summaryrefslogtreecommitdiff
path: root/games/xpacman/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-08-19 20:42:47 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-08-19 20:42:47 +0000
commit93503a98f2be964b5a14fe381b6940bf841fff09 (patch)
tree907964abba5da239efcfe83e03e3488213a8701f /games/xpacman/Makefile
parentPort of rdist-6.1.0 (diff)
Roar Tronæs' X11 version of the pacman game.
Notes
Notes: svn path=/head/; revision=2082
Diffstat (limited to 'games/xpacman/Makefile')
-rw-r--r--games/xpacman/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile
new file mode 100644
index 000000000000..c1ea1c57c73c
--- /dev/null
+++ b/games/xpacman/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xpacman
+# Version required: 1.0
+# Date created: 19 Aug 1995
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= pacman10
+EXTRACT_SUFX= .zip
+PKGNAME= xpacman-1.0
+CATEGORIES+= games
+MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
+MAINTAINER= joerg@FreeBSD.org
+
+NO_WRKSUBDIR= Does not unpack into subdir.
+EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_CMD= unzip
+EXTRACT_BEFORE_ARGS= -x
+
+USE_IMAKE= yes
+
+.include <bsd.port.mk>