diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-07 09:18:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-07 09:18:53 +0000 |
commit | e6f76567cd22632cef05cf155a6c0805c2ce62f5 (patch) | |
tree | d36ecf501149287c70ebf233b45af2eb0eeec2c4 /graphics/springgraph/Makefile | |
parent | 836eef7c89ec393709f5febefc68735b43c7f7b6 (diff) |
Notes
Diffstat (limited to 'graphics/springgraph/Makefile')
-rw-r--r-- | graphics/springgraph/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile new file mode 100644 index 000000000000..341b86a812be --- /dev/null +++ b/graphics/springgraph/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: springgraph +# Date created: Aug 8, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= springgraph +PORTVERSION= 0.79 +CATEGORIES= graphics +MASTER_SITES= http://www.chaosreigns.com/code/springgraph/dl/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .pl + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD + +USE_PERL5= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKDIR} +NO_WRKSUBDIR= yes +NO_BUILD= yes + +post-patch: + @${PERL} -pi -e "s|/usr/bin/perl|${PERL}|g" ${WRKSRC}/springgraph.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/springgraph.pl ${PREFIX}/bin/springgraph + +.include <bsd.port.mk> |