summaryrefslogtreecommitdiff
path: root/games/xzip/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-08-10 22:27:46 +0000
committertron <tron>1998-08-10 22:27:46 +0000
commitdca9275e0d95c4270c658b1676a8c87de1069dd9 (patch)
treed45e10ffa1d51a3a43f50c1ea72710e8e690fd6b /games/xzip/Makefile
parent411b612ebaadaf9df5ee285f0b0423d4b6341f9f (diff)
downloadpkgsrc-dca9275e0d95c4270c658b1676a8c87de1069dd9.tar.gz
New "xzip" package created by Tim Rightnour:
a z-code interpreter for X11 (Infocom game format)
Diffstat (limited to 'games/xzip/Makefile')
-rw-r--r--games/xzip/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile
new file mode 100644
index 00000000000..c2e5d6381ab
--- /dev/null
+++ b/games/xzip/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 1998/08/10 22:27:46 tron Exp $
+
+DISTNAME= xzip180
+PKGNAME= xzip-1.8
+CATEGORIES= games x11
+MASTER_SITES= http://www.edoc.com/zarf/ftp/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= root@garbled.net
+
+WRKSRC= ${WRKDIR}/xzip
+
+USE_X11= yes
+ALL_TARGET= xzip
+
+.include "../../mk/bsd.pkg.mk"