diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 14:11:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 14:11:17 +0800 |
commit | 513df593711426d8ece76d258b3a1539fc57cebb (patch) | |
tree | 69675fdfdd3a851a710ebbdb21f44d9acc31176b /editors/xvile | |
parent | c3cebcd80d48bc01fbcff76ee6edcd1e29395703 (diff) | |
download | freebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.tar.gz freebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.tar.zst freebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.zip |
Another round of Makefile updates, editors version.
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 b56fe472946..5f893b94db9 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> |