1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11/florence/Makefile
Rusmir Dusko d33e5bfd7e - Update to 0.6.2, Announce message:
A lot of bug fixes.
    Add commands to the dbus interface.
    Add command line options to control the keyboard.
    Move at-spi2 handling to a new process in order to avoid deadlocks.
    Implement a floating icon for desktops with no systray.
    Fix gradients.
    remove deprecated GTK3 functions.

- Remove BUILD_DEPENDS and RUN_DEPENDS, implicit
- Add USES=libtool, .la
- Change USE_GSTREAMER to USE_GSTREAMER1
- Add --disable-static to CONFIGURE_ARGS
- Quote variable in CONFIGURE_ARGS
- Add NLS_CONFIGURE_ENABLE=nls
- Strip library
- Change pkg-plist

PR:		190363
Submitted by:	maintainer (Horia Racoviceanu)
2014-07-22 20:27:54 +00:00

54 lines
1.2 KiB
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= florence
PORTVERSION= 0.6.2
CATEGORIES= x11
MASTER_SITES= SF/florence/florence/${PORTVERSION}/
MAINTAINER= horia@racoviceanu.com
COMMENT= Extensible scalable virtual keyboard
LICENSE= GPLv2 GFDL
LICENSE_COMB= dual
LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
USES= gmake iconv libtool pathfix pkgconfig tar:bzip2
USE_XORG= xtst xext
USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2
USE_GSTREAMER1= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \
--disable-static
USE_LDCONFIG= yes
INSTALLS_OMF= yes
GLIB_SCHEMAS= org.florence.gschema.xml
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.options.mk>
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflorence-1.0.so.1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>