pkgsrc/games/quake2forge/Makefile
xtraeme b32efa5bba Update to 0.3.
Changes:

* Pluggable sound driver architecture, sound output drivers configurable
  at runtime: oss, alsa, ao, sdl, solaris.
* Fixed joystick when using softx video refresher.
* ALSA and libao sound drivers added -- configurable at compile time.
* Updates to fix compile errors with gcc 3.3.
2005-08-10 01:33:48 +00:00

48 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2005/08/10 01:33:48 xtraeme Exp $
#
DISTNAME= quake2-0.3
PKGNAME= ${DISTNAME:S/quake2/quake2forge/}
CATEGORIES= games
MASTER_SITES= http://www.quakeforge.net/files/quake2forge/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.quakeforge.net/
COMMENT= Enhanced Quake II engine
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_BUILTIN.glu= yes
USE_BUILTIN.MesaLib= yes
BUILDLINK_TRANSFORM+= rm:-Werror
CONFIGURE_ARGS+= --program-transform-name='s/^quake2$$/quake2forge/'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/quake2forge
${INSTALL_DATA} ${WRKSRC}/docs/README* ${PREFIX}/share/doc/quake2forge
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/quake2forge
SUBST_CLASSES= snd data
SUBST_STAGE.snd= post-patch
SUBST_FILES.snd= src/snd.c
SUBST_SED.snd= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
SUBST_MESSAGE.snd= "Fixing harcoded audio device."
SUBST_STAGE.data= post-patch
SUBST_FILES.data= configure
SUBST_SED.data= -e "s|PACKAGE=\'quake2\'|PACKAGE=\'${PKGBASE}\'|g"
SUBST_MESSAGE.data= "Fixing installation directories."
.include "../../mk/bsd.prefs.mk"
# Don't try to build the Sun Solaris sound module, it's broken.
.if !empty(OPSYS:MNetBSD) || !empty(OPSYS:MOpenBSD)
CONFIGURE_ENV+= ac_cv_header_sys_audioio_h=no
.endif
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"