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
|
|
|
#
|
|
|
|
|
2011-09-28 08:17:40 +02:00
|
|
|
PORTNAME= PGPLOT
|
2011-09-16 21:46:59 +02:00
|
|
|
PORTVERSION= 2.21
|
2012-01-20 18:27:58 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:KGB
|
2011-09-28 08:17:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-12-08 07:59:52 +01:00
|
|
|
|
2011-09-08 10:36:43 +02:00
|
|
|
MAINTAINER= perl@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
|
|
|
|
2011-11-07 18:38:17 +01:00
|
|
|
BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-ExtUtils-F77
|
2001-01-16 18:33:20 +01:00
|
|
|
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
1996-12-24 08:47:28 +01:00
|
|
|
|
2011-09-16 21:46:59 +02:00
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
SCRIPTS_ENV= PERL=${PERL}
|
2012-01-20 18:27:58 +01:00
|
|
|
USE_FORTRAN= yes
|
1997-07-18 07:04:20 +02:00
|
|
|
USE_PERL5= yes
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2011-09-16 21:46:59 +02:00
|
|
|
MAN3= PGPLOT.3
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-11-11 06:37:39 +01:00
|
|
|
|
2011-09-16 21:46:59 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
1996-12-23 18:37:41 +01:00
|
|
|
post-install:
|
2011-09-16 21:46:59 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}/
|
|
|
|
cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/
|
2006-06-26 13:21:39 +02:00
|
|
|
.endif
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2011-09-16 21:46:59 +02:00
|
|
|
.include <bsd.port.mk>
|