summaryrefslogtreecommitdiff
path: root/editors/wily/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r--editors/wily/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
new file mode 100644
index 00000000000..035e10ee68c
--- /dev/null
+++ b/editors/wily/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/24 09:49:55 agc Exp $
+# New ports collection makefile for: wily
+# Version required: 0.13.36
+# Date created: Tue Oct 21 16:06:30 BST 1997
+# Whom: agc@netbsd.org (Alistair Crooks)
+#
+
+DISTNAME= wily-0.13.36
+CATEGORIES= plan9 editors
+MASTER_SITES= ftp://ftp.cs.su.oz.au/gary/wily/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= agc@netbsd.org
+
+GNU_CONFIGURE= yes
+MAN1= wily.1
+
+.include <bsd.port.mk>