summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2007-05-29 16:55:40 +0000
committerGary Jennejohn <gj@FreeBSD.org>2007-05-29 16:55:40 +0000
commit43d7545b843b8577c5f1df32c2499c5a09ada55a (patch)
treee4c1b8970874196013941011c4b2c5a30088d352 /editors/vile/Makefile
parentFix build on CURRENT (diff)
Update to version 9.5q.
Use OPTIONS.
Notes
Notes: svn path=/head/; revision=192320
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index adb7ad4e25a7..0375ba8b23ca 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vile
-PORTVERSION= 9.5n
+PORTVERSION= 9.5q
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/ \
ftp://invisible-island.net/vile/ \
@@ -28,24 +28,27 @@ PATCHFILES= vile-9.5a.patch.gz \
vile-9.5k.patch.gz \
vile-9.5l.patch.gz \
vile-9.5m.patch.gz \
- vile-9.5n.patch.gz
+ vile-9.5n.patch.gz \
+ vile-9.5o.patch.gz \
+ vile-9.5p.patch.gz \
+ vile-9.5q.patch.gz
MAINTAINER= gj@FreeBSD.org
COMMENT= VI Like Emacs. a vi "workalike", with many additional features
MAKEFILE= makefile
GNU_CONFIGURE= yes
-USE_PERL5= yes
MAN1= vile.1
-.if defined(WITH_ALL)
-WITH_FILTERS=1
-WITH_PERL=1
-.endif
+OPTIONS= FILTERS "Add support for loadable filters" OFF
+OPTIONS+= PERL "Add support for perl functions" OFF
+
+.include <bsd.port.pre.mk>
.if defined(WITH_PERL)
CONFIGURE_ARGS+= --with-perl
PLIST= ${PKGDIR}/pkg-plist.perl
+USE_PERL5= yes
.endif
.if defined(WITH_FILTERS)
@@ -59,11 +62,11 @@ PLIST= ${PKGDIR}/pkg-plist.perl+filt
pre-configure:
.if ! defined(WITH_PERL)
- @${ECHO_MSG} "Define WITH_PERL if you want to make a vile which includes"
+ @${ECHO_MSG} "Choose the option PERL if you want to make a vile which includes"
@${ECHO_MSG} "PERL functionality"
.endif
.if ! defined(WITH_FILTERS)
- @${ECHO_MSG} "Define WITH_FILTERS if you want to make a vile which will"
+ @${ECHO_MSG} "Choose the option FILTERS if you want to make a vile which will"
@${ECHO_MSG} "dynamically load filters as needed."
.endif
@@ -78,4 +81,4 @@ post-install:
@${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
@${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>