pkgsrc/games/tyrquake/Makefile
snj f379ddaa1a Add tyrquake:
TyrQuake is meant to be a fairly conservative branch of the Quake source
code.  It's intended to support Quake and Quakeworld in both software and
GL versions, as well as the Quakeworld Server.  It only contains bug fixes,
and does does not change the look or feel of the game by adding lots of
rendering enhancements, etc.
2010-03-09 23:20:01 +00:00

36 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/09 23:20:01 snj Exp $
DISTNAME= tyrquake-0.61
CATEGORIES= games x11
MASTER_SITES= http://disenchant.net/files/engine/
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://disenchant.net/engine.html
COMMENT= Conservative branch of Quake
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
LDFLAGS+= ${LIBOSSAUDIO}
SUBST_CLASSES+= audio
SUBST_STAGE.audio= post-patch
SUBST_MESSAGE.audio= Fixing path to the audio device.
SUBST_FILES.audio= common/snd_linux.c
SUBST_SED.audio= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tyr-* ${DESTDIR}${PREFIX}/bin
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXxf86dga/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"