2013-09-21 01:43:19 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
2011-07-27 15:48:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= florence
|
2013-06-20 22:29:15 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2011-07-27 15:48:51 +02:00
|
|
|
CATEGORIES= x11
|
2013-07-03 14:44:17 +02:00
|
|
|
MASTER_SITES= SF/florence/florence/${PORTVERSION}/
|
2011-07-27 15:48:51 +02:00
|
|
|
|
2013-10-22 00:00:28 +02:00
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
2013-06-20 22:29:15 +02:00
|
|
|
COMMENT= Extensible scalable virtual keyboard
|
2011-07-27 15:48:51 +02:00
|
|
|
|
2013-06-20 22:29:15 +02:00
|
|
|
LICENSE= GPLv2 GFDL
|
|
|
|
LICENSE_COMB= dual
|
2011-07-27 15:48:51 +02:00
|
|
|
|
2013-10-22 00:00:28 +02:00
|
|
|
LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
|
2013-06-20 22:29:15 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
|
2013-07-03 14:44:17 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-07-27 15:48:51 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-10-22 00:00:28 +02:00
|
|
|
USES= desktop-file-utils gmake iconv pathfix pkgconfig
|
2013-06-20 22:29:15 +02:00
|
|
|
USE_XORG= xtst xext
|
|
|
|
USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2
|
|
|
|
USE_GSTREAMER= yes
|
2011-07-27 15:48:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-06-20 22:29:15 +02:00
|
|
|
CONFIGURE_ARGS+=--prefix=${LOCALBASE}
|
2011-07-27 15:48:51 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_OMF= yes
|
2013-06-20 22:29:15 +02:00
|
|
|
GLIB_SCHEMAS= org.florence.gschema.xml
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1 ${PORTNAME}_applet.1
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
|
|
|
2013-07-03 14:44:17 +02:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
OPTIONS_SUB= yes
|
2013-06-20 22:29:15 +02:00
|
|
|
|
2013-07-03 14:44:17 +02:00
|
|
|
NLS_USES= gettext
|
2013-06-20 22:29:15 +02:00
|
|
|
|
2013-07-03 14:44:17 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2013-06-20 22:29:15 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \
|
|
|
|
${WRKSRC}/data/florence.desktop.in.in
|
|
|
|
|
|
|
|
.if ! ${PORT_OPTIONS:MNLS}
|
|
|
|
@${REINPLACE_CMD} -e 's|^ALL_LINGUAS.*|ALL_LINGUAS =|' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
|
|
|
.endif
|
2011-07-27 15:48:51 +02:00
|
|
|
|
2013-06-20 22:29:15 +02:00
|
|
|
post-install:
|
2013-10-22 00:00:28 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2011-07-27 15:48:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|