diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2002-01-13 19:09:49 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2002-01-13 19:09:49 +0000 |
commit | 96299dfa8809cf6c92841871bbff1e47157a5126 (patch) | |
tree | 33c92d33c5a4686ec80cf72709d0c1d94e9f6c2c /editors/xvile | |
parent | - Upgrade to 4.3 . (diff) |
Update to patch level u and bump PORTVERSION.
Fix Makefile so that portlint doesn't complain.
Add a WITH_ALL variable to make it easier to install the port with all
options set.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 12 | ||||
-rw-r--r-- | editors/xvile/distinfo | 1 |
2 files changed, 11 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index d4411e072980..683c02ac8999 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xvile -PORTVERSION= 9.2t +PORTVERSION= 9.2u CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ @@ -33,7 +33,8 @@ PATCHFILES= vile-9.2a.patch.gz \ vile-9.2q.patch.gz \ vile-9.2r.patch.gz \ vile-9.2s.patch.gz \ - vile-9.2t.patch.gz + vile-9.2t.patch.gz \ + vile-9.2u.patch.gz MAINTAINER= gj@freebsd.org @@ -46,6 +47,13 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --datadir=${PREFIX}/share/xvile MAN1= xvile.1 +.if defined(WITH_ALL) +WITH_FILTERS=1 +WITH_MENUS=1 +WITH_PERL=1 +WITH_XAW3D=1 +.endif + pre-configure: .if ! defined(WITH_MENUS) @${ECHO_MSG} "To use xvile with menus, set the environment variable WITH_MENUS," diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index 331acddfef68..96c41d9fd697 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -19,3 +19,4 @@ MD5 (vile-9.2q.patch.gz) = 3ee949b6f9a5f31300bfadc302e0441b MD5 (vile-9.2r.patch.gz) = 6f93c76f805a23155d2c762a8b4ff69c MD5 (vile-9.2s.patch.gz) = e7b4be525102d95c470a70a186bca1a9 MD5 (vile-9.2t.patch.gz) = 96c04bd12ca5d06bf99db03591d6ecbc +MD5 (vile-9.2u.patch.gz) = bd9ea8bcae5c79e2bc868204a817c311 |