2013-09-20 20:35:44 +02:00
|
|
|
# Created by: ijliao
|
2004-08-30 10:36:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Chart-Graph
|
2006-06-08 03:56:59 +02:00
|
|
|
PORTVERSION= 3.2
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 10
|
2004-08-30 10:36:58 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-30 10:36:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2004-08-30 10:36:58 +02:00
|
|
|
COMMENT= Perl extension for a front-end to gnuplot, XRT, and Xmgrace
|
|
|
|
|
2014-05-09 05:51:53 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= gnuplot:math/gnuplot \
|
|
|
|
xmgrace:math/grace \
|
|
|
|
ppmtogif:graphics/netpbm
|
2004-08-30 10:36:58 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-08-30 10:36:58 +02:00
|
|
|
|
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL
|
2004-08-30 10:36:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|