aboutsummaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
deleted file mode 100644
index 4b3a74d1c6fd..000000000000
--- a/editors/xvile/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: xvile
-# Version required: 5.2
-# Date created: Tue Feb 21, 1995
-# Whom: pgf
-#
-# $Id: Makefile,v 1.4 1995/04/09 06:11:17 asami Exp $
-#
-
-DISTNAME= vile-5.2
-PKGNAME= xvile-5.2
-CATEGORIES+= editors
-MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
-
-MAKEFILE= makefile
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-screen=x11
-
-post-install:
- gzip -9nf ${PREFIX}/man/man1/xvile.1
-
-.include <bsd.port.mk>