diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
commit | 94105bca125e0ac414db212cb79fae3d10e52321 (patch) | |
tree | b9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/xvile | |
parent | 1ce14d354783574ae8bb73275cf8042f00645df6 (diff) | |
download | ports-94105bca125e0ac414db212cb79fae3d10e52321.tar.gz ports-94105bca125e0ac414db212cb79fae3d10e52321.zip |
Notes
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index b56fe4729465..5f893b94db93 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,15 +3,16 @@ # Date created: Tue Feb 21, 1995 # Whom: pgf # -# $Id: Makefile,v 1.2 1995/02/27 23:15:05 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:44:58 jkh Exp $ # -PKGNAME= xvile-5.2 DISTNAME= vile-5.2 -MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +PKGNAME= xvile-5.2 CATEGORIES+= editors +MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ + MAKEFILE= makefile -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 .include <bsd.port.mk> |