aboutsummaryrefslogtreecommitdiff
path: root/x11/florence
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-07-03 12:44:17 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-07-03 12:44:17 +0000
commit4d682966ddefbf880c8e6a54f1966c435a6268ba (patch)
treeef2ab46add90cb5625425863079dda3687699ab6 /x11/florence
parent05ca45bf6ed7546f8f90ffab636e683f7e11c3c6 (diff)
downloadports-4d682966ddefbf880c8e6a54f1966c435a6268ba.tar.gz
ports-4d682966ddefbf880c8e6a54f1966c435a6268ba.zip
Notes
Diffstat (limited to 'x11/florence')
-rw-r--r--x11/florence/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile
index ff126c099af7..a42999886bc6 100644
--- a/x11/florence/Makefile
+++ b/x11/florence/Makefile
@@ -4,7 +4,7 @@
PORTNAME= florence
PORTVERSION= 0.6.0
CATEGORIES= x11
-MASTER_SITES= SF/florence/florence/${PORTVERSION}
+MASTER_SITES= SF/florence/florence/${PORTVERSION}/
MAINTAINER= nemysis@gmx.ch
COMMENT= Extensible scalable virtual keyboard
@@ -14,9 +14,10 @@ LICENSE_COMB= dual
LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
-USES= desktop-file-utils gettext iconv pathfix
+USES= desktop-file-utils iconv pathfix
USE_XORG= xtst xext
USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2
USE_GSTREAMER= yes
@@ -31,16 +32,12 @@ MAN1= ${PORTNAME}.1 ${PORTNAME}_applet.1
PORTDOCS= AUTHORS ChangeLog NEWS README
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
+NLS_USES= gettext
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \