diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-04-06 07:30:51 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-04-06 07:30:51 +0000 |
commit | 216dba9b3e9bf4362bf5ff07c6658e5afe08d9e4 (patch) | |
tree | af8298fe80e6551642e807ca5eeaeeab85b3219d /net/rrdtool/Makefile | |
parent | fdc587a4b02b7aa8755d82b7ba2d03b83fcf65b0 (diff) | |
download | ports-216dba9b3e9bf4362bf5ff07c6658e5afe08d9e4.tar.gz ports-216dba9b3e9bf4362bf5ff07c6658e5afe08d9e4.zip |
Notes
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 \ |