summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 05:50:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 05:50:01 +0800
commit2dd4151419c46c4028dcfa14720abd494bdc3bbd (patch)
tree63b3a51f49af9f463ca83fcebdda4e87b8529f93 /net/gnome-nettool/Makefile
parent34bcee1b7fbce3aedae06dd504c838965a8c5e28 (diff)
downloadmarcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar.gz
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar.bz2
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar.lz
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar.xz
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.tar.zst
marcuscom-ports-2dd4151419c46c4028dcfa14720abd494bdc3bbd.zip
Update to 1.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4158 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r--net/gnome-nettool/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
new file mode 100644
index 000000000..b9b426566
--- /dev/null
+++ b/net/gnome-nettool/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gnomenetwork
+# Date Created: 03 June 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD: ports/net/gnomenettool/Makefile,v 1.15 2005/03/12 10:39:31 marcus Exp $
+#
+
+PORTNAME= gnomenettool
+PORTVERSION= 1.3.0
+PORTEPOCH= 1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-nettool/1.3
+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_LIBTOOL_VER=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>