diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-06 19:58:13 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-06 19:58:13 +0000 |
commit | 69dc23787512ef1116d262eab895ccf3164a9626 (patch) | |
tree | d3075de077b058a0cf11918569b2b7a35215d121 /editors | |
parent | 2b5260cd929730a14f8f7ce2d5a2b3fc9d89677d (diff) | |
download | ports-69dc23787512ef1116d262eab895ccf3164a9626.tar.gz ports-69dc23787512ef1116d262eab895ccf3164a9626.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 29 | ||||
-rw-r--r-- | editors/xvile/distinfo | 2 |
2 files changed, 24 insertions, 7 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 67fce9a43dc5..6c8796e5ca55 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,22 +1,39 @@ # New ports collection makefile for: xvile -# Version required: 7.1 +# Version required: 7.2 # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.11 1996/12/03 12:53:38 obrien Exp $ +# $Id: Makefile,v 1.12 1997/06/17 20:11:58 gj Exp $ # -DISTNAME= vile-7.1 -PKGNAME= xvile-7.1 +DISTNAME= vile-7.2 +PKGNAME= xvile-7.2 CATEGORIES= editors -MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ +MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ + ftp://id.wing.net/pub/pgf/vile/ EXTRACT_SUFX= .tgz MAINTAINER= gj@freebsd.org MAKEFILE= makefile GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-screen=x11 +CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} MAN1= xvile.1 +pre-configure: + @echo "To use xvile with menus, set the environment variable USE_MENUS" + +.if defined(USE_MENUS) +SCREEN_TYPE= Xaw +.else +SCREEN_TYPE= x11 +.endif + +post-install: + @echo "You might want to copy the *.rc files from the source tree before" + @echo "doing \`make clean'." +.if defined(USE_MENUS) + @echo "And also take a look at README.MENU !" +.endif + .include <bsd.port.mk> diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index deded29c5765..26b9d74143ea 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -1 +1 @@ -MD5 (vile-7.1.tgz) = a0f7f05ed9c74e0edc0bb2d13fb62132 +MD5 (vile-7.2.tgz) = 5cd867614c542071d757cefdcdbce5da |