aboutsummaryrefslogtreecommitdiff
path: root/french/verbiste/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-01-17 16:35:24 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-01-17 16:35:24 +0000
commit8daf4dbedc45c3c701de78d5a2c299a274d5c5f5 (patch)
tree99e1be1a2ea82a6e641fa4a0a9a056d43d1c2fc4 /french/verbiste/Makefile
parentefe76806b86ddeed8be26cffb588f79e4d484126 (diff)
downloadports-8daf4dbedc45c3c701de78d5a2c299a274d5c5f5.tar.gz
ports-8daf4dbedc45c3c701de78d5a2c299a274d5c5f5.zip
* Port updated to 0.1.41
* GUI is now enabled by default in upstream configure file * Tidying pkg-plist * This port uses the WCHAR_T extension and thus requires GNU libiconv. (Added by committer.) PR: 195402 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=377236
Diffstat (limited to 'french/verbiste/Makefile')
-rw-r--r--french/verbiste/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile
index ddc2bc5a0b77..505f1c651239 100644
--- a/french/verbiste/Makefile
+++ b/french/verbiste/Makefile
@@ -2,19 +2,18 @@
# $FreeBSD$
PORTNAME= verbiste
-PORTVERSION= 0.1.33
-PORTREVISION= 2
+PORTVERSION= 0.1.41
CATEGORIES= french textproc
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
MAINTAINER= dereckson@gmail.com
COMMENT= French verb conjugator/deconjugator
-OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
-
LICENSE= GPLv2
-USES= pathfix pkgconfig iconv libtool shebangfix
+OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
+
+USES= pathfix pkgconfig iconv:wchar_t libtool shebangfix
SHEBANG_FILES= ${WRKSRC}/examples/*.pl
GNU_CONFIGURE= yes
USE_GNOME= libxml2
@@ -27,18 +26,18 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
-CONFIGURE_ARGS+=--with-gtk-app
USE_GNOME+= gtk20
PLIST_SUB+= HASGTK=""
.else
+CONFIGURE_ARGS+=--without-gtk-app
PLIST_SUB+= HASGTK="@comment "
.endif
.if ${PORT_OPTIONS:MGNOME}
-CONFIGURE_ARGS+=--with-gnome-app
USE_GNOME+= gnomeprefix libgnomeui
PLIST_SUB+= HASGNOME=""
.else
+CONFIGURE_ARGS+=--without-gnome-app --without-gnome-applet
PLIST_SUB+= HASGNOME="@comment "
.endif