summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-06-23 11:12:33 +0000
committeradam <adam@pkgsrc.org>2003-06-23 11:12:33 +0000
commite46bc1673306e770fe396e3567ccf2cf10d82895 (patch)
tree6c579d73875c8e0ad828a98efe2a5ef63e97dbb3 /net/mrtg
parentc42015316d6280dd05fab7d948e253dde4e37f19 (diff)
downloadpkgsrc-e46bc1673306e770fe396e3567ccf2cf10d82895.tar.gz
Revision bumped because of gd shared library major bump; buildlink added for freetype-lib; CONFIGURE_ARGS fixed to use buildlink
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 04910bc95b4..ed8b8e19edb 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2003/06/09 07:47:15 martti Exp $
+# $NetBSD: Makefile,v 1.40 2003/06/23 11:12:33 adam Exp $
DISTNAME= mrtg-2.9.29
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
http://gd.tuwien.ac.at/infosys/network/tools/mrtg/pub/ \
@@ -15,15 +16,11 @@ MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
COMMENT= The Multi-Router Traffic Grapher
-DEPENDS= gd>=1.8.4nb1:../../graphics/gd
-
USE_BUILDLINK2= YES
USE_PERL5= YES
PERL5_REQD= 5.6.1
USE_X11= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
- --with-gd-lib=${LOCALBASE}/lib
.include "../../mk/bsd.prefs.mk"
@@ -78,5 +75,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/$$FILE ${PREFIX}/bin/mrtg$$FILE; \
done
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../graphics/gd/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"