pkgsrc/games/orbital_eunuchs_sniper/Makefile
wiz de14785d30 Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2012/01/28 11:00:55 wiz Exp $
#
DISTNAME= orbital_eunuchs_sniper-1.30
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://icculus.org/oes/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://icculus.org/oes/
COMMENT= Overhead shooting game
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-games-dir=${PREFIX}/libexec
INSTALLATION_DIRS= share/doc/orbital_eunuchs_sniper
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= .*/bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= src/snipe2d.in
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "x86_64" && ${OPSYS} != "DragonFly"
PLIST_SUBST+= CPU=amd64
.else
PLIST_SUBST+= CPU=${MACHINE_ARCH}
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/orbital_eunuchs_sniper
${INSTALL_DATA} ${WRKSRC}/readme.txt \
${DESTDIR}${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"