diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-19 20:42:47 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-19 20:42:47 +0000 |
commit | 93503a98f2be964b5a14fe381b6940bf841fff09 (patch) | |
tree | 907964abba5da239efcfe83e03e3488213a8701f /games/xpacman | |
parent | e61d9ab4bcfe16ffac0a9dc7cc0fd15b648a6b24 (diff) | |
download | ports-93503a98f2be964b5a14fe381b6940bf841fff09.tar.gz ports-93503a98f2be964b5a14fe381b6940bf841fff09.zip |
Notes
Diffstat (limited to 'games/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 23 | ||||
-rw-r--r-- | games/xpacman/distinfo | 1 | ||||
-rw-r--r-- | games/xpacman/files/patch-a | 11 | ||||
-rw-r--r-- | games/xpacman/files/patch-b | 8 | ||||
-rw-r--r-- | games/xpacman/pkg-comment | 1 | ||||
-rw-r--r-- | games/xpacman/pkg-descr | 10 | ||||
-rw-r--r-- | games/xpacman/pkg-plist | 3 |
7 files changed, 57 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> diff --git a/games/xpacman/distinfo b/games/xpacman/distinfo new file mode 100644 index 000000000000..f2ac3debd4d9 --- /dev/null +++ b/games/xpacman/distinfo @@ -0,0 +1 @@ +MD5 (pacman10.zip) = 5470ba0d85ebd92be51ed483c99697bb diff --git a/games/xpacman/files/patch-a b/games/xpacman/files/patch-a new file mode 100644 index 000000000000..70610287c174 --- /dev/null +++ b/games/xpacman/files/patch-a @@ -0,0 +1,11 @@ +--- Imakefile.orig Tue Jul 25 16:14:56 1995 ++++ Imakefile Sat Aug 19 22:00:04 1995 +@@ -21,7 +21,7 @@ + CURSES = -lcurses -ltermcap + + /* most X11 screens are rather large, you might wisht to use "double" mode */ +-/* CXXEXTRA_DEFINES = -DDOUBLE */ ++CXXEXTRA_DEFINES = -DDOUBLE + + NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB)) + InstallProgram(pacman,$(BINDIR)) diff --git a/games/xpacman/files/patch-b b/games/xpacman/files/patch-b new file mode 100644 index 000000000000..9cf1f93723e0 --- /dev/null +++ b/games/xpacman/files/patch-b @@ -0,0 +1,8 @@ +--- Imakefile.orig Sat Aug 19 22:00:04 1995 ++++ Imakefile Sat Aug 19 22:00:55 1995 +@@ -26,4 +26,5 @@ + NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB)) + InstallProgram(pacman,$(BINDIR)) + InstallManPage(pacman,$(MANDIR)) ++AllTarget(pacman) + DependTarget() diff --git a/games/xpacman/pkg-comment b/games/xpacman/pkg-comment new file mode 100644 index 000000000000..e9bda0012860 --- /dev/null +++ b/games/xpacman/pkg-comment @@ -0,0 +1 @@ +Pacman is an old action game. diff --git a/games/xpacman/pkg-descr b/games/xpacman/pkg-descr new file mode 100644 index 000000000000..a59f9f981de7 --- /dev/null +++ b/games/xpacman/pkg-descr @@ -0,0 +1,10 @@ +You are Pacman, and you are supposed to eat all the small +dots to get to the next level. You are also supposed to +keep away from the ghosts, if they take you, you lose one +life, unless you have eaten a large dot, then you can, for +a limited amount of time, chase and eat the ghosts. There +is also bonus available, for a limited amount of time. An +X gives just points, but a little pacman gives an extra +life. + +Author of this implementation: Roar Thronęs, roart@nvg.unit.no diff --git a/games/xpacman/pkg-plist b/games/xpacman/pkg-plist new file mode 100644 index 000000000000..3656c5a2bab6 --- /dev/null +++ b/games/xpacman/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/pacman +man/man1/pacman.1.gz |