aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-fsguard-plugin/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-12-20 06:48:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-12-20 06:48:44 +0000
commit576f3fca91c76603ae8154531b6b441b9fe0635d (patch)
treedcceb4ee6e176954eb1dbf06b31acc6c6659ad1f /sysutils/xfce4-fsguard-plugin/Makefile
parent99b850df46c0addcea3032e2a38fcc6bc6e87920 (diff)
downloadports-576f3fca91c76603ae8154531b6b441b9fe0635d.tar.gz
ports-576f3fca91c76603ae8154531b6b441b9fe0635d.zip
- Update to 1.0.0
PR: 153182 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=266614
Diffstat (limited to 'sysutils/xfce4-fsguard-plugin/Makefile')
-rw-r--r--sysutils/xfce4-fsguard-plugin/Makefile29
1 files changed, 22 insertions, 7 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile
index c705547b3929..afb53a210cd7 100644
--- a/sysutils/xfce4-fsguard-plugin/Makefile
+++ b/sysutils/xfce4-fsguard-plugin/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= xfce4-fsguard-plugin
-PORTVERSION= 0.4.2
-PORTREVISION= 8
+PORTVERSION= 1.0.0
CATEGORIES= sysutils xfce
-MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
+MASTER_SITES= ${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
@@ -17,10 +17,25 @@ COMMENT= XFce4 panel plugin to check a mountpoint for free disk space
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
-USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
-USE_XFCE= configenv panel
+USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_XFCE= configenv libgui libutil panel
+USE_XORG= x11
+
+CONFIGURE_ARGS= --disable-debug
+
+OPTIONS= NLS "Enable Native Language Support" on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+CONFIGURE_ARGS+=--enable-nls
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>