summaryrefslogtreecommitdiff
path: root/games/afternoonstalker/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-15 14:03:35 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-15 14:03:35 +0000
commitdaa422c50aaa7b84dbca53f25cc667ffc72430b7 (patch)
tree68310651c3ec2db2c57e03e65aeca6d66c64e2b7 /games/afternoonstalker/Makefile
parent* Update to 0.4.3. (diff)
Add afternoonstalker 1.0.3, A clone of the 1981 Night Stalker video game.
Notes
Notes: svn path=/head/; revision=75574
Diffstat (limited to 'games/afternoonstalker/Makefile')
-rw-r--r--games/afternoonstalker/Makefile33
1 files changed, 33 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>