diff options
Diffstat (limited to 'x11/florence/Makefile')
-rw-r--r-- | x11/florence/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile new file mode 100644 index 000000000000..c45afb5b7e70 --- /dev/null +++ b/x11/florence/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: Florence +# Date created: 2011/07/26 +# Whom: Kris Moore <kmoore@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= florence +PORTVERSION= 0.5.0 +CATEGORIES= x11 +MASTER_SITES= SF/florence/florence/${PORTVERSION} + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Florence OnScreen Keyboard + +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ + cspi.10:${PORTSDIR}/accessibility/at-spi + +USE_XORG= xtst +USE_GNOME= gtk20 intlhack gnomedocutils gconf2 librsvg2 gnomepanel + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_ICONV= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +GCONF_SCHEMAS= florence.schemas + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +.include <bsd.port.mk> |