summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-04-29 14:26:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-04-29 14:26:14 +0000
commit4127ae8cc3f661ab7f8f9e337eed83b3007ac004 (patch)
treeb802ef39c6b4d6806f3a349b34dab299c785b6f7 /editors/xvile/Makefile
parent- Update to 0.2.4 (diff)
- Update to 9.8j
PR: 178034 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=316824
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 22081523a30f..1765780ab1fa 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xvile
-PORTVERSION= 9.8i
+PORTVERSION= 9.8j
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/current/ \
ftp://invisible-island.net/vile/current/
@@ -20,14 +20,18 @@ LICENSE= GPLv2
OPTIONS_DEFINE= FILTERS ICONV PERL DOCS
OPTIONS_RADIO= MENUS
OPTIONS_RADIO_MENUS= MOTIF XAW XAW3D
+OPTIONS_DEFAULT= ICONV
FILTERS_DESC= Loadable filters
MENUS_DESC= Support for menus
XAW_DESC= X Athena Widgets
XAW3D_DESC= X Athena Widgets with 3D effect
+USES= pkgconfig
USE_XORG= x11 xext xpm
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-xpm \
+CONFIGURE_ARGS= --disable-imake \
+ --enable-fontset \
+ --with-xpm \
--with-pixmapdir=${PREFIX}/share/pixmaps
MAKEFILE= makefile
MAKE_JOBS_SAFE= yes
@@ -49,9 +53,10 @@ PLIST_SUB+= SO_EXT=""
.if ${PORT_OPTIONS:MICONV}
USES+= iconv
-CONFIGURE_ARGS+= --with-iconv
+CONFIGURE_ARGS+= --with-iconv --with-libiconv-prefix=${LOCALBASE}
PLIST_SUB+= ICONV=""
.else
+BROKEN= Does not build if ICONV support is disabled
CONFIGURE_ARGS+= --without-iconv --without-locale
PLIST_SUB+= ICONV="@comment "
.endif