summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-PGPLOT/Makefile')
-rw-r--r--graphics/p5-PGPLOT/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index 45284ea7c0f8..e8c50682b91e 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/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>