diff options
author | demon <demon@FreeBSD.org> | 2004-04-06 15:30:51 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-04-06 15:30:51 +0800 |
commit | 7be83eaeb4a9102d8583afac4fdd9dc30407f53e (patch) | |
tree | a910a9a9ba91b07835d5cddd875ed816b1ce70d8 /net/rrdtool/Makefile | |
parent | 03cd5355b4cc310dc6373059f372b03ae8028247 (diff) | |
download | freebsd-ports-gnome-7be83eaeb4a9102d8583afac4fdd9dc30407f53e.tar.gz freebsd-ports-gnome-7be83eaeb4a9102d8583afac4fdd9dc30407f53e.tar.zst freebsd-ports-gnome-7be83eaeb4a9102d8583afac4fdd9dc30407f53e.zip |
Update to version 1.0.47.
Diffstat (limited to 'net/rrdtool/Makefile')
-rw-r--r-- | net/rrdtool/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index c1f5d395df9c..f47fe6da9798 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -6,20 +6,25 @@ # PORTNAME= rrdtool -PORTVERSION= 1.0.45 +PORTVERSION= 1.0.47 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= demon@FreeBSD.org COMMENT= Round Robin Database Tools +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared=yes +CONFIGURE_ARGS= --enable-shared --enable-local-zlib --enable-local-libpng \ + --program-transform-name='' CONFIGURE_ENV= PERL=${PERL} +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ |