diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-15 15:02:18 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-15 15:02:18 +0000 |
commit | d65f73f8e826284b453b0faadc17bea3e82594f9 (patch) | |
tree | 1033eb5c72748179429a350ee0e9b11c1660ac94 /graphics/pgperl/Makefile | |
parent | e5e5f9b4d76b82b523d56082eb5195ea90adb8c0 (diff) |
Notes
Diffstat (limited to 'graphics/pgperl/Makefile')
-rw-r--r-- | graphics/pgperl/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 45284ea7c0f8..e8c50682b91e 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -1,28 +1,29 @@ # New ports collection makefile for: pgperl -# Version required: 1.0 +# Version required: 2.06 # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.4 1997/05/24 13:17:09 jfitz Exp $ +# $Id: Makefile,v 1.5 1997/07/18 05:04:11 asami Exp $ # -DISTNAME= PGPLOT1.0b_src -PKGNAME= pgperl-1.0 +DISTNAME= PGPLOT-2.06 +PKGNAME= pgperl-2.06 CATEGORIES= graphics perl5 -MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/perl5/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/ MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot USE_PERL5= yes -WRKSRC= ${WRKDIR}/PGPLOT ALL_TARGET= dynamic +do-configure: + @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL + post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl - @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE pgperl.doc testpg* \ + @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ ${PREFIX}/share/doc/pgperl) .include <bsd.port.mk> |