diff options
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile new file mode 100644 index 000000000000..96b40900e99a --- /dev/null +++ b/editors/xvile/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xvile +# Version required: 5.2 +# Date created: Tue Feb 21, 1995 +# Whom: pgf +# +# $Id$ +# + +PKGNAME= xvile-5.2 +DISTNAME= vile-5.2 +MASTER_SITES= ftp://id.wing.net/pub/pgf/vile +MAKEFILE= makefile +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-screen=x11 + +.include <bsd.port.mk> |