summaryrefslogtreecommitdiffstats
path: root/net/gnome-netstatus/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 02:28:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 02:28:35 +0800
commit0c784e61896d6a47323aef9c295d5ced8371eb5a (patch)
treec8443af4c57b3ba4920770c63503312a9ea718c4 /net/gnome-netstatus/Makefile
parent2e472b52852fc9dfdae48ea3460236df77cf2476 (diff)
downloadmarcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar.gz
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar.bz2
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar.lz
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar.xz
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.tar.zst
marcuscom-ports-0c784e61896d6a47323aef9c295d5ced8371eb5a.zip
Add and update to 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3977 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..e6fd0e4be
--- /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$
+#
+
+PORTNAME= gnomenetstatus
+PORTVERSION= 2.11.1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.11
+DISTNAME= gnome-netstatus-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME applet that shows network status
+
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_BZIP2= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= netstatus.schemas
+
+.include <bsd.port.mk>