summaryrefslogtreecommitdiffstats
path: root/net/gnomenetstatus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-05 05:52:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-05 05:52:37 +0800
commit5aab93e88bf897fa811dc3aaeff1016f5b1d90c8 (patch)
tree38fa8e2d9e6e4f0584bdd789fd28e7b116ac9f76 /net/gnomenetstatus/Makefile
parentac9f36cca05420870273c7af0457f55aeb589f23 (diff)
downloadmarcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.gz
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.bz2
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.lz
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.xz
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.zst
marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.zip
Update to 0.14.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnomenetstatus/Makefile')
-rw-r--r--net/gnomenetstatus/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile
new file mode 100644
index 000000000..94aead01f
--- /dev/null
+++ b/net/gnomenetstatus/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnomenetstatus
+# Date Created: 05 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/net/gnomenetstatus/Makefile,v 1.4 2004/01/31 05:34:07 bland Exp $
+#
+
+PORTNAME= gnomenetstatus
+PORTVERSION= 0.14
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-netstatus/0.14
+DISTNAME= gnome-netstatus-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME applet that shows network status
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>