summaryrefslogtreecommitdiffstats
path: root/net/gnome-netstatus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-09 03:32:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-09 03:32:04 +0800
commitc8546df562a7917fccd76169809c557cddd5e6c5 (patch)
treef55b447af9cb131ea95b3bd3196eb31c93b7c4ad /net/gnome-netstatus/Makefile
parent83d9526a098f28cafa4bb98f9dd69af0014d5830 (diff)
downloadmarcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar.gz
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar.bz2
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar.lz
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar.xz
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.tar.zst
marcuscom-ports-c8546df562a7917fccd76169809c557cddd5e6c5.zip
Update to 2.26.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12046 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r--net/gnome-netstatus/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
new file mode 100644
index 000000000..4ad4b8390
--- /dev/null
+++ b/net/gnome-netstatus/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gnomenetstatus
+# Date Created: 05 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/net/gnome-netstatus/Makefile,v 1.50 2008/09/22 23:33:17 kwm Exp $
+#
+
+PORTNAME= gnome-netstatus
+PORTVERSION= 2.26.0
+CATEGORIES= net gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME applet that shows network status
+
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \
+ gnomedocutils
+USE_GMAKE= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= netstatus.schemas
+
+.include <bsd.port.mk>