aboutsummaryrefslogtreecommitdiff
path: root/deskutils/clipit
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-12-27 12:25:29 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-12-27 12:25:29 +0000
commitcce012ebb379fb7797bcf2e5792b130d662a3066 (patch)
tree133a78aeff143da1075cc7b1c73683c41331dc86 /deskutils/clipit
parentb1ddfbe27d0d18bc3c1371ba2a7ca1b4eb55b0e0 (diff)
downloadports-cce012ebb379fb7797bcf2e5792b130d662a3066.tar.gz
ports-cce012ebb379fb7797bcf2e5792b130d662a3066.zip
- NLS is unconditionally required, otherwise build fails
- Add LICENSE* - Bump PORTREVISION PR: 195519 Submitted by: jrm@ftfl.ca (maintainer)
Notes
Notes: svn path=/head/; revision=375680
Diffstat (limited to 'deskutils/clipit')
-rw-r--r--deskutils/clipit/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/clipit/Makefile b/deskutils/clipit/Makefile
index 9e36faf9c086..beae3723f78a 100644
--- a/deskutils/clipit/Makefile
+++ b/deskutils/clipit/Makefile
@@ -2,29 +2,31 @@
PORTNAME= clipit
PORTVERSION= 1.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF/gtkclipit/Version%201
MAINTAINER= jrm@ftfl.ca
COMMENT= Lightweight GTK+ clipboard manager forked from parcellite
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= gmake pkgconfig
+USES= gettext gmake pkgconfig
USE_GNOME= gtk20
OPTIONS_DEFINE= NLS XDOTOOL
XDOTOOL_DESC= Automatic paste functionality
OPTIONS_SUB= yes
-NLS_USES= gettext
NLS_CONFIGURE_ON= localedir=${LOCALBASE}/share/locale
NLS_CONFIGURE_OFF= --disable-nls
XDOTOOL_RUN_DEPENDS+= xdotool:${PORTSDIR}/x11/xdotool
post-patch:
@${REINPLACE_CMD} -e 's|^itlocaledir =.*|itlocaledir = $$(datarootdir)/locale|' \
- ${WRKSRC}/po/Makefile.in.in
+ ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>