summaryrefslogtreecommitdiffstats
path: root/net/gnome-netstatus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-03 00:40:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-03 00:40:47 +0800
commitcbca6463f0969e7339f9c797295786b4ee4ecdad (patch)
tree5eb70e5ec0b8f54802163a860b9a04b03fe88b49 /net/gnome-netstatus/Makefile
parentf06448e26abef6c66f956a8bf231795627e3a8ac (diff)
downloadmarcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar.gz
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar.bz2
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar.lz
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar.xz
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.tar.zst
marcuscom-ports-cbca6463f0969e7339f9c797295786b4ee4ecdad.zip
Fix the build with the new gnome-doc-utils.
Submitted by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8270 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r--net/gnome-netstatus/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
new file mode 100644
index 000000000..20c33f8f3
--- /dev/null
+++ b/net/gnome-netstatus/Makefile
@@ -0,0 +1,40 @@
+# 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.41 2006/07/23 01:10:49 mezz Exp $
+#
+
+PORTNAME= gnome-netstatus
+PORTVERSION= 2.12.0
+PORTREVISION= 4
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12
+DISTNAME= gnome-netstatus-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME applet that shows network status
+
+USE_XLIB= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+GNOME_DESKTOP_VERSION=2
+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
+
+post-patch:
+ @${FIND} ${WRKSRC}/help -name gnome-netstatus.xml | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|<publisher>|<publisher role="maintainer">|g'
+
+.include <bsd.port.mk>