diff options
author | wulf <wulf@pkgsrc.org> | 2000-05-07 12:50:51 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-05-07 12:50:51 +0000 |
commit | 56bb68adc5835b64322b407425da1a3d805230ed (patch) | |
tree | a5880597d91dc5cc83c5fb7aa03353b240a09ceb /databases/rrdtool/Makefile | |
parent | 846588c0e39a277590dad59402ba75a2b5ebb3b6 (diff) | |
download | pkgsrc-56bb68adc5835b64322b407425da1a3d805230ed.tar.gz |
Fixed build problem and updated rrdtool to version 1.0.21
Diffstat (limited to 'databases/rrdtool/Makefile')
-rw-r--r-- | databases/rrdtool/Makefile | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 104f026e783..9a5e53344ec 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/11/18 15:57:23 wennmach Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/07 12:50:51 wulf Exp $ # -DISTNAME= rrdtool-1.0.7 +DISTNAME= rrdtool-1.0.21 CATEGORIES= databases graphics net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ @@ -9,11 +9,13 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool DEPENDS+= cgilib-0.5:../../www/cgilib -DEPENDS+= gd-1.7.3:../../graphics/gd +DEPENDS+= gd>=1.7.3:../../graphics/gd +DEPENDS+= jpeg-6*:../../graphics/jpeg USE_PERL5= yes USE_LIBTOOL= yes USE_GMAKE= yes +USE_X11= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -22,4 +24,18 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CONFIGURE_ARGS= --enable-shared +# tcl build not enabled at this time. If this is turned on, the +# following files & directory would have to be added to PLIST: +# +# lib/tclrrd1.0.21.so +# lib/tclrrd1.0.21/ +# lib/tclrrd1.0.21/pkgIndex.tcl +# +#DEPENDS+= tcl-8.0.5:../../x11/tk +# +#CFLAGS+= -I${LOCALBASE}/include/tcl8.0 +#CONFIGURE_ENV+= CFLAGS="${CFLAGS}" +#CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.0 +#INSTALL_TARGET= install site-tcl-install + .include "../../mk/bsd.pkg.mk" |