summaryrefslogtreecommitdiff
path: root/net/etherape/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-03-11 03:07:36 +0000
committersalo <salo>2003-03-11 03:07:36 +0000
commit363a563666fb9879be6c9599b02abd41fe64a43b (patch)
tree38cd36d3e09fe8c2ccfa914da546a9146a5411d7 /net/etherape/Makefile
parente77354a9a668d687565a1dc037758e8038e465ed (diff)
downloadpkgsrc-363a563666fb9879be6c9599b02abd41fe64a43b.tar.gz
Updated to version 0.9.0.
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me. Changes: - follow PKG_SYSCONFDIR - install locales into PKGLOCALEDIR 0.9.0: ====== - Gnome 2 preliminary support, including a new option for an antialiased diagram. - Gcc 3.2 compile support - Some bug and potential bug fixes - New Turkish translation, by Gorkem Cetin - Several fixes to assure proper compilation with newer autotools - Resolved memory bug by limiting resolved names to 1024 entries and arranging them in a simple LRU cache
Diffstat (limited to 'net/etherape/Makefile')
-rw-r--r--net/etherape/Makefile34
1 files changed, 24 insertions, 10 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index 8fd49aafb75..0807d884b67 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/10/06 03:02:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/11 03:07:36 salo Exp $
+#
-DISTNAME= etherape-0.8.2
-PKGREVISION= 1
+DISTNAME= etherape-0.9.0
CATEGORIES= gnome net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/}
@@ -9,12 +9,26 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://etherape.sourceforge.net/
COMMENT= graphical network monitor
-USE_GMAKE= #defined
-USE_X11BASE= #defined
-USE_BUILDLINK2= #defined
-HAS_CONFIGURE= #defined
-CONFIGURE_ARGS+= --prefix ${PREFIX}
-PLIST_SUBST+= MKDIR='${MKDIR}'
+USE_GMAKE= YES
+USE_X11= YES
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
+GNU_CONFIGURE= YES
-.include "../../devel/libglade/buildlink2.mk"
+PKG_SYSCONFSUBDIR= etherape
+
+# XXX: $localedir defaults to $libdir/locale
+CONFIGURE_ARGS+= --libdir=${PREFIX}/${PKGLOCALEDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+EGDIR= ${PREFIX}/share/examples/etherape
+
+CONF_FILES= ${EGDIR}/services ${PKG_SYSCONFDIR}/services
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/services ${EGDIR}
+
+.include "../../devel/libglade2/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"