summaryrefslogtreecommitdiff
path: root/plan9/9wm/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-09 14:30:56 +0000
committeragc <agc>1997-10-09 14:30:56 +0000
commit009b3d9603f3d893fc0f3b17c6777e3aec3d84cc (patch)
treedb232209ea22925d7f406bcc3a7b5e7457bffa83 /plan9/9wm/Makefile
parent98ffededba372a070d6300e852d618aec950a0bd (diff)
downloadpkgsrc-009b3d9603f3d893fc0f3b17c6777e3aec3d84cc.tar.gz
Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
Diffstat (limited to 'plan9/9wm/Makefile')
-rw-r--r--plan9/9wm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/plan9/9wm/Makefile b/plan9/9wm/Makefile
new file mode 100644
index 00000000000..87f9905b707
--- /dev/null
+++ b/plan9/9wm/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: 9wm
+# Version required: 1.1
+# Date created: Sun Aug 13 12:36:14 CDT 1995
+# Whom: erich@rrnet.com
+#
+# FreeBSD Id: Makefile,v 1.4 1997/05/28 06:18:20 fenner Exp
+#
+
+DISTNAME= 9wm-1.1
+CATEGORIES= plan9
+MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/
+EXTRACT_SUFX= .shar.gz
+
+MAINTAINER= erich@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+EXTRACT_CMD= zcat
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= |sh
+USE_IMAKE= yes
+
+.include <bsd.port.mk>