2013-03-29 01:44:53 +01:00
|
|
|
# Created by: 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
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 9
|
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
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Perl5 extension which makes available the pgplot library
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:lang/p5-ExtUtils-F77
|
|
|
|
LIB_DEPENDS= libpgplot.so: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}
|
2014-02-16 18:15:31 +01:00
|
|
|
USES= fortran perl5
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2014-07-04 02:09:47 +02:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
1996-12-23 18:37:41 +01:00
|
|
|
post-install:
|
2013-11-24 18:40:44 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} LICENSE test* ${STAGEDIR}${EXAMPLESDIR})
|
1996-12-23 18:37:41 +01:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.if defined(MAINTAINER_MODE) && !defined(BATCH)
|
|
|
|
check regression-test test: build
|
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \
|
|
|
|
${_MAKE_JOBS} ${MAKE_ARGS} test
|
|
|
|
.endif
|
|
|
|
|
2011-09-16 21:46:59 +02:00
|
|
|
.include <bsd.port.mk>
|