diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-15 14:03:35 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-15 14:03:35 +0000 |
commit | daa422c50aaa7b84dbca53f25cc667ffc72430b7 (patch) | |
tree | 68310651c3ec2db2c57e03e65aeca6d66c64e2b7 /games/afternoonstalker | |
parent | 02fff05185fb96e82344fc5b4d11fded5c5f9f73 (diff) | |
download | ports-daa422c50aaa7b84dbca53f25cc667ffc72430b7.tar.gz ports-daa422c50aaa7b84dbca53f25cc667ffc72430b7.zip |
Notes
Diffstat (limited to 'games/afternoonstalker')
-rw-r--r-- | games/afternoonstalker/Makefile | 33 | ||||
-rw-r--r-- | games/afternoonstalker/distinfo | 1 | ||||
-rw-r--r-- | games/afternoonstalker/pkg-descr | 9 | ||||
-rw-r--r-- | games/afternoonstalker/pkg-plist | 13 |
4 files changed, 56 insertions, 0 deletions
diff --git a/games/afternoonstalker/Makefile b/games/afternoonstalker/Makefile new file mode 100644 index 000000000000..734930240ae5 --- /dev/null +++ b/games/afternoonstalker/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: afternoonstalker +# Date created: Feb 15, 2003 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= afternoonstalker +PORTVERSION= 1.0.3 +CATEGORIES= games +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A clone of the 1981 Night Stalker video game + +LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CXX="${CXX} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" +CONFIGURE_TARGET= # none +MAN6= afternoonstalker.6 + +post-patch: + ${REINPLACE_CMD} "s@SDL/@SDL11/@g" ${WRKSRC}/configure \ + ${WRKSRC}/src/SoundMixer.h + ${REINPLACE_CMD} "s@sounds/..PACKAGE.@afternoonstalker/sounds@g" \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/games/afternoonstalker/distinfo b/games/afternoonstalker/distinfo new file mode 100644 index 000000000000..4847ecdad98f --- /dev/null +++ b/games/afternoonstalker/distinfo @@ -0,0 +1 @@ +MD5 (afternoonstalker-1.0.3.tar.gz) = e554056cff26ef9e48f915ff76cf1ef3 diff --git a/games/afternoonstalker/pkg-descr b/games/afternoonstalker/pkg-descr new file mode 100644 index 000000000000..fd09c8fcab53 --- /dev/null +++ b/games/afternoonstalker/pkg-descr @@ -0,0 +1,9 @@ +Afternoonstalker is a clone of the Intellivision game Night Stalker. +You are in a two-dimensional maze in which you are attacked by robots +that shoot at you and that you must shoot down. You must pick up a gun +somewhere in the maze in order to have a few bullets to shoot. Avoid +the spiders and the bats, which can paralyze you long enough for a +robot to come and shoot you. The bunker in the center is your only +protection. + +WWW: http://www3.sympatico.ca/sarrazip/dev/afternoonstalker.html diff --git a/games/afternoonstalker/pkg-plist b/games/afternoonstalker/pkg-plist new file mode 100644 index 000000000000..3ced70907c63 --- /dev/null +++ b/games/afternoonstalker/pkg-plist @@ -0,0 +1,13 @@ +bin/afternoonstalker +share/afternoonstalker/level1.set +share/afternoonstalker/sounds/bat-killed.wav +share/afternoonstalker/sounds/gun-pickup.wav +share/afternoonstalker/sounds/new-life.wav +share/afternoonstalker/sounds/player-bullet.wav +share/afternoonstalker/sounds/player-hit.wav +share/afternoonstalker/sounds/robot-bullet.wav +share/afternoonstalker/sounds/robot-hit.wav +share/afternoonstalker/sounds/shooting-blanks.wav +share/afternoonstalker/sounds/spider-killed.wav +@dirrm share/afternoonstalker/sounds +@dirrm share/afternoonstalker |