diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2015-03-10 16:07:50 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-03-10 16:07:50 +0000 |
commit | 4ac73b366c363b82c4c811e01deaab3f7373d2a1 (patch) | |
tree | 687b253a65098b0e6e9a9131770afab197f4286c /deskutils/genius/Makefile | |
parent | 6c4f49df812e41e50970c97dec900fdf9a6bc4d9 (diff) | |
download | ports-4ac73b366c363b82c4c811e01deaab3f7373d2a1.tar.gz ports-4ac73b366c363b82c4c811e01deaab3f7373d2a1.zip |
Notes
Diffstat (limited to 'deskutils/genius/Makefile')
-rw-r--r-- | deskutils/genius/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 6480a02bd640..b714252db174 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= genius -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LICENSE= GPLv3 @@ -16,7 +16,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ +USES= desktop-file-utils gmake libtool pathfix pkgconfig \ readline shared-mime-info tar:xz USE_GNOME= gnomedocutils gnomeprefix gtksourceview2 gnomevfs2 vte GNU_CONFIGURE= yes @@ -28,6 +28,13 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |