summaryrefslogtreecommitdiff
path: root/databases/rrdtool/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>1999-11-17 17:34:38 +0000
committerwennmach <wennmach@pkgsrc.org>1999-11-17 17:34:38 +0000
commit2d8c6746f1f114c0704f037be6109c65f5517fa7 (patch)
tree64dcc9191e03b21739d2089d127a764cea72a49e /databases/rrdtool/Makefile
parentfa3c8c417b2ff97c07e10c868ff5284e738480be (diff)
downloadpkgsrc-2d8c6746f1f114c0704f037be6109c65f5517fa7.tar.gz
Initial import of rrdtool-1.0.7:
A data analysis tool generating graphical representations. (Round Robin Database Tools) Provided in PR 8716 by Berndt Josef Wulf <wulf@dingo.ping.net.au>. Heavily reworked by Berndt with some modifications by myself.
Diffstat (limited to 'databases/rrdtool/Makefile')
-rw-r--r--databases/rrdtool/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
new file mode 100644
index 00000000000..e8074c5b67b
--- /dev/null
+++ b/databases/rrdtool/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 17:34:38 wennmach Exp $
+#
+
+DISTNAME= rrdtool-1.0.7
+CATEGORIES= databases graphics net
+MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
+
+MAINTAINER= wulf@ping.net.au
+HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool
+
+DEPENDS+= perl-5.00404:../../lang/perl5
+DEPENDS+= cgilib-0.5:../../www/cgilib
+DEPENDS+= gd-1.7.3:../../graphics/gd
+
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ARGS= --enable-shared
+
+.include "../../mk/bsd.pkg.mk"