pkgsrc/games/crossfire-client/Makefile.common
adam a9f83dc9b1 Changes for 1.11.0:
* Bug fixes
* Improvements
PkgSrc:
* crossfire-maps is integrated into crossfire-server, since the server requires
  maps to run
2008-11-04 08:36:34 +00:00

33 lines
999 B
Text

# $NetBSD: Makefile.common,v 1.3 2008/11/04 08:36:34 adam Exp $
DISTNAME= crossfire-client-${CROSSFIRE_VERSION}
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://crossfire.real-time.com/
CROSSFIRE_VERSION= 1.11.0
DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo
PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= yes
REPLACE_PERL+= common/items.pl utils/deftoheader.pl
SUBST_CLASSES+= dsp
SUBST_STAGE.dsp= post-patch
SUBST_MESSAGE.dsp= Adjusting path to sound device.
SUBST_FILES.dsp= sound-src/cfsndserv.c
SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"