aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-26 06:50:51 +0800
committerbapt <bapt@FreeBSD.org>2014-04-26 06:50:51 +0800
commited13acd86a146503fe900bfc79aece627a6b9849 (patch)
tree99c7dbadfcc42d90b20d65177ac236133205c395 /net
parentdfa3ea6fddb05dc7e6fb5b6ded9274f7e3c9feae (diff)
downloadfreebsd-ports-gnome-ed13acd86a146503fe900bfc79aece627a6b9849.tar.gz
freebsd-ports-gnome-ed13acd86a146503fe900bfc79aece627a6b9849.tar.zst
freebsd-ports-gnome-ed13acd86a146503fe900bfc79aece627a6b9849.zip
Support stage
Diffstat (limited to 'net')
-rw-r--r--net/gnome-netstatus/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index bf94c2c2812e..d4c5136459e5 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -10,19 +10,17 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME applet that shows network status
+COMMENT= GNOME applet that shows network status
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \
- gnomedocutils
-USES= gettext gmake pkgconfig
+USE_GNOME= intlhack gnomeprefix libgnome gnomepanel gnomedocutils
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= netstatus.schemas
-NO_STAGE= yes
.include <bsd.port.mk>