diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-21 22:00:28 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-21 22:00:28 +0000 |
commit | 7e9313be509321fd4e2adf43a161858e9f7bf5df (patch) | |
tree | 9d48e3dfd0a488d9e1854f602ebf442dd9bea900 /x11/florence | |
parent | 446fb236c1b176a8d23136f6f72de24f9a9433ea (diff) | |
download | ports-7e9313be509321fd4e2adf43a161858e9f7bf5df.tar.gz ports-7e9313be509321fd4e2adf43a161858e9f7bf5df.zip |
Notes
Diffstat (limited to 'x11/florence')
-rw-r--r-- | x11/florence/Makefile | 14 | ||||
-rw-r--r-- | x11/florence/pkg-plist | 2 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index a37770cb216e..707bda8a61d0 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -6,24 +6,23 @@ PORTVERSION= 0.6.0 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Extensible scalable virtual keyboard LICENSE= GPLv2 GFDL LICENSE_COMB= dual -LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${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 iconv pathfix pkgconfig +USES= desktop-file-utils gmake iconv pathfix pkgconfig USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${LOCALBASE} -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml @@ -37,7 +36,6 @@ OPTIONS_SUB= yes NLS_USES= gettext -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -50,9 +48,7 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/x11/florence/pkg-plist b/x11/florence/pkg-plist index 74f1046dc006..03f0d761152f 100644 --- a/x11/florence/pkg-plist +++ b/x11/florence/pkg-plist @@ -1,4 +1,6 @@ bin/florence +man/man1/florence.1.gz +man/man1/florence_applet.1.gz share/applications/florence.desktop %%DATADIR%%/florence.conf %%DATADIR%%/florence.css |