summaryrefslogtreecommitdiffstats
path: root/net/gnomenettool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomenettool/Makefile')
-rw-r--r--net/gnomenettool/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile
new file mode 100644
index 000000000..1bc489215
--- /dev/null
+++ b/net/gnomenettool/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= gnomenettool
+PORTVERSION= 2.13.5
+PORTEPOCH= 1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-nettool/2.13
+DISTNAME= gnome-nettool-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME utility that provides network information statistics
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/gnome/pixmaps
+ ${LN} -sf ${PREFIX}/share/gnome/gnome-nettool/pixmaps/gnome-nettool.png \
+ ${PREFIX}/share/gnome/pixmaps/gnome-nettool.png
+
+.include <bsd.port.mk>