summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-23 07:38:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-23 07:38:56 +0800
commite05157de08096636ed1244e2cd7243c7b36acd85 (patch)
treebea3f0b0ae960650a330d7b0e24290039e6bacea /net/gnome-nettool/Makefile
parenta8b196df0d25f5ed0b25dcbd3cc6c6c843b36b3d (diff)
downloadmarcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.tar.gz
marcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.tar.zst
marcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.zip
Update to 2.22.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r--net/gnome-nettool/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
new file mode 100644
index 000000000..16cfc2c9a
--- /dev/null
+++ b/net/gnome-nettool/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomenetwork
+# Date Created: 03 June 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-nettool
+PORTVERSION= 2.22.1
+PORTEPOCH= 1
+CATEGORIES= net gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME utility that provides network information statistics
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
+USE_GMAKE= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/pixmaps
+ ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
+ ${PREFIX}/share/pixmaps/gnome-nettool.png
+
+.include <bsd.port.mk>