aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-battery-plugin
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-01-30 14:06:32 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-01-30 14:06:32 +0000
commit5a60e620b3479a35dbf30433fbe1553113d6407c (patch)
tree980d8946545a4919a43097b019f9314c06c72bd7 /sysutils/xfce4-battery-plugin
parent4e749081cfd02c27b174de96d222b78a8c930299 (diff)
downloadports-5a60e620b3479a35dbf30433fbe1553113d6407c.tar.gz
ports-5a60e620b3479a35dbf30433fbe1553113d6407c.zip
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax - Use USES= gmake - Add LICENSE - Fix when NLS option is unset
Notes
Notes: svn path=/head/; revision=341838
Diffstat (limited to 'sysutils/xfce4-battery-plugin')
-rw-r--r--sysutils/xfce4-battery-plugin/Makefile6
-rw-r--r--sysutils/xfce4-battery-plugin/files/patch-configure11
2 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile
index eb403dc77c76..2309e34e459c 100644
--- a/sysutils/xfce4-battery-plugin/Makefile
+++ b/sysutils/xfce4-battery-plugin/Makefile
@@ -12,20 +12,20 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Battery monitor panel plugin for Xfce4
+LICENSE= GPLv2
+
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
INSTALLS_ICONS= yes
-USES= pathfix pkgconfig
+USES= pkgconfig gmake
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/sysutils/xfce4-battery-plugin/files/patch-configure b/sysutils/xfce4-battery-plugin/files/patch-configure
new file mode 100644
index 000000000000..e424a9c01a05
--- /dev/null
+++ b/sysutils/xfce4-battery-plugin/files/patch-configure
@@ -0,0 +1,11 @@
+--- ./configure.orig 2012-06-30 07:50:07.000000000 +0000
++++ ./configure 2014-01-30 14:32:38.000000000 +0000
+@@ -13225,7 +13225,7 @@
+
+ fi
+ fi
+- USE_NLS=yes
++# USE_NLS=yes
+
+
+ gt_cv_have_gettext=no