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/Makefile | |
parent | 02fff05185fb96e82344fc5b4d11fded5c5f9f73 (diff) | |
download | ports-daa422c50aaa7b84dbca53f25cc667ffc72430b7.tar.gz ports-daa422c50aaa7b84dbca53f25cc667ffc72430b7.zip |
Notes
Diffstat (limited to 'games/afternoonstalker/Makefile')
-rw-r--r-- | games/afternoonstalker/Makefile | 33 |
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> |