summaryrefslogtreecommitdiff
path: root/misc/9menu/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-14 00:54:49 +0000
committerwiz <wiz>2000-12-14 00:54:49 +0000
commitcaded50dd318a885af2c5eadc8f070ad143af781 (patch)
tree4607966e93aea13c1306d16fd959c8d480b1bc70 /misc/9menu/Makefile
parentb23edb530a60642345d2ae13b285e933308283a7 (diff)
downloadpkgsrc-caded50dd318a885af2c5eadc8f070ad143af781.tar.gz
Move 9menu from plan9 to misc.
Diffstat (limited to 'misc/9menu/Makefile')
-rw-r--r--misc/9menu/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile
new file mode 100644
index 00000000000..5eacc433487
--- /dev/null
+++ b/misc/9menu/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/14 00:54:49 wiz Exp $
+# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
+#
+
+DISTNAME= 9menu-1.5
+CATEGORIES= plan9 misc
+MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/
+EXTRACT_SUFX= .shar.gz
+
+MAINTAINER= packages@netbsd.org
+
+.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} == "NetBSD")
+MANCOMPRESSED= yes
+.endif
+
+NO_WRKSUBDIR= yes
+EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
+
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"