1996-12-23 18:37:41 +01:00
|
|
|
# New ports collection makefile for: pgperl
|
|
|
|
# Date created: 22 December 1996
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1996-12-23 18:37:41 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= pgperl
|
2006-06-26 13:21:39 +02:00
|
|
|
PORTVERSION= 2.19
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
1999-12-07 22:39:57 +01:00
|
|
|
MASTER_SITE_SUBDIR= PGPLOT
|
2001-01-16 18:33:20 +01:00
|
|
|
DISTNAME= PGPLOT-${PORTVERSION}
|
1999-12-08 07:59:52 +01:00
|
|
|
|
1996-12-23 18:37:41 +01:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl5 extension which makes available the pgplot library
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
2006-06-26 13:21:39 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77
|
|
|
|
|
|
|
|
MAN3= PGPLOT.3
|
2006-08-04 14:34:50 +02:00
|
|
|
MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
|
1996-12-24 08:47:28 +01:00
|
|
|
|
1997-07-18 07:04:20 +02:00
|
|
|
USE_PERL5= yes
|
1998-12-05 04:05:33 +01:00
|
|
|
SCRIPTS_ENV= PERL=${PERL}
|
2005-04-11 22:58:18 +02:00
|
|
|
INSTALL_TARGET= pure_install
|
1996-12-23 18:37:41 +01:00
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-06-26 13:21:39 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
1996-12-23 18:37:41 +01:00
|
|
|
post-install:
|
2006-06-26 13:21:39 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
1997-08-15 17:02:18 +02:00
|
|
|
@(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \
|
2006-06-26 13:21:39 +02:00
|
|
|
${EXAMPLESDIR})
|
|
|
|
.endif
|
1996-12-23 18:37:41 +01:00
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|