summaryrefslogtreecommitdiff
path: root/x11/xneko/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-17 23:26:49 +0000
committertron <tron@pkgsrc.org>1998-02-17 23:26:49 +0000
commit676f8927c5b5dedd2ba133e8bb5ac451dab07312 (patch)
treeaa7e7614a1ed4dc3b3caa4e9a50c9427b4faf3c9 /x11/xneko/Makefile
parent5baa5aeaad3b812fb8dcc6409525832aff969085 (diff)
downloadpkgsrc-676f8927c5b5dedd2ba133e8bb5ac451dab07312.tar.gz
Initial import of FreeBSD's "xneko" port.
Diffstat (limited to 'x11/xneko/Makefile')
-rw-r--r--x11/xneko/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile
new file mode 100644
index 00000000000..3659f80d3fa
--- /dev/null
+++ b/x11/xneko/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xneko
+# Version required: 4.4BSD-Lite
+# Date created: 22 December 1995
+# Whom: markm
+#
+# $FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp
+#
+
+DISTNAME= xneko
+PKGNAME= xneko-4.4
+CATEGORIES= x11 games
+MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
+
+MAINTAINER= markm@FreeBSD.ORG
+
+USE_X11= yes
+IGNOREFILES= ${DISTFILES}
+WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
+
+.include <bsd.port.mk>