aboutsummaryrefslogtreecommitdiff
path: root/x11/9menu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/9menu/Makefile')
-rw-r--r--x11/9menu/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile
new file mode 100644
index 000000000000..7279b9745dd1
--- /dev/null
+++ b/x11/9menu/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: 9menu
+# Version required: 1.4
+# Date created: Sun Aug 13 12:36:14 CDT 1995
+# Whom: erich@rrnet.com
+#
+# $Id$
+#
+
+DISTNAME= 9menu-1.4
+CATEGORIES+= plan9
+MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/arnold/
+EXTRACT_SUFX= .shar.gz
+
+NO_WRKSUBDIR= yes
+EXTRACT_CMD= zcat
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= |sh
+
+.include <bsd.port.mk>