mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add afternoonstalker 1.0.3, A clone of the 1981 Night Stalker video game.
This commit is contained in:
parent
02fff05185
commit
daa422c50a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75574
@ -16,6 +16,7 @@
|
||||
SUBDIR += adgali
|
||||
SUBDIR += adom
|
||||
SUBDIR += affenspiel
|
||||
SUBDIR += afternoonstalker
|
||||
SUBDIR += alephone
|
||||
SUBDIR += alephone-data
|
||||
SUBDIR += amphetamine
|
||||
|
33
games/afternoonstalker/Makefile
Normal file
33
games/afternoonstalker/Makefile
Normal file
@ -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>
|
1
games/afternoonstalker/distinfo
Normal file
1
games/afternoonstalker/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (afternoonstalker-1.0.3.tar.gz) = e554056cff26ef9e48f915ff76cf1ef3
|
9
games/afternoonstalker/pkg-descr
Normal file
9
games/afternoonstalker/pkg-descr
Normal file
@ -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
|
13
games/afternoonstalker/pkg-plist
Normal file
13
games/afternoonstalker/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user