GARNAME = springgraph GARVERSION = 87 CATEGORIES = math MASTER_SITES = http://www.chaosreigns.com/code/springgraph/dl/ DISTFILES = springgraph.pl.$(GARVERSION) LIBDEPS = perl/perl perl/p5-GD DESCRIPTION = Draw graphs using a spring embedder define BLURB FIXME endef INSTALL_SCRIPTS = none include ../../gar.mk install-none: @mkdir -p $(packageprefix)/bin @install -m755 $(WORKSRC)/springgraph.pl.$(GARVERSION) $(packageprefix)/bin/springgraph $(MAKECOOKIE)