pkgsrc/games/orbital_eunuchs_sniper/Makefile
ghen a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00

31 lines
890 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:49 ghen Exp $
#
DISTNAME= orbital_eunuchs_sniper-1.29
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://filesingularity.timedoctor.org/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://icculus.org/oes/
COMMENT= Overhead shooting game
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-games-dir=${PREFIX}/libexec
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= .*/bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= src/snipe2d.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/orbital_eunuchs_sniper
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/orbital_eunuchs_sniper
${INSTALL_DATA} ${WRKSRC}/readme.txt \
${PREFIX}/share/doc/orbital_eunuchs_sniper
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"