summaryrefslogtreecommitdiff
path: root/x11/xfce4-screenshooter-plugin/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-01-25 11:44:08 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-01-25 11:44:08 +0000
commit21bfe3ecb8b7a838bd2adfe2f02449b47bdd147b (patch)
treef75e0b931d115a51e0a73523d6e0af6c9a0e1fbf /x11/xfce4-screenshooter-plugin/Makefile
parentlang/lci: Add port. (diff)
- Update to 1.8.2
- Remove unneeded patches - Enhance description (COMMENT and pkg-descr file) - Adjust dependencies
Notes
Notes: svn path=/head/; revision=377882
Diffstat (limited to 'x11/xfce4-screenshooter-plugin/Makefile')
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index c0193346ef6f..9687df2dac47 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-screenshooter-plugin
-PORTVERSION= 1.8.1
-PORTREVISION= 6
+PORTVERSION= 1.8.2
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R}
@@ -11,7 +10,7 @@ DISTNAME= xfce4-screenshooter-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= Desktop Screenshot plugin for Xfce
+COMMENT= Application and panel plugin to take screenshots
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -20,23 +19,14 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_GNOME= glib20 gtk20 intltool intlhack
+USE_GNOME= glib20 gtk20 intltool intlhack libxml2
USE_XFCE= configenv libexo libmenu libutil panel
USES= pkgconfig gmake libtool tar:bzip2
+USE_XORG= xfixes xext
OPTIONS_DEFINE= NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/Makefile.in
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext
+OPTIONS_SUB= yes
.include <bsd.port.mk>