Wed Jan 12 10:36:43 2011 UTC ()
Mention which files include this.
Comment out PATCHDIR, it currently does not exist.


(wiz)
diff -r1.3 -r1.4 pkgsrc/games/crossfire-client/Makefile.common

cvs diff -r1.3 -r1.4 pkgsrc/games/crossfire-client/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/games/crossfire-client/Attic/Makefile.common 2008/11/04 08:36:34 1.3
+++ pkgsrc/games/crossfire-client/Attic/Makefile.common 2011/01/12 10:36:43 1.4
@@ -1,26 +1,29 @@ @@ -1,26 +1,29 @@
1# $NetBSD: Makefile.common,v 1.3 2008/11/04 08:36:34 adam Exp $ 1# $NetBSD: Makefile.common,v 1.4 2011/01/12 10:36:43 wiz Exp $
 2# used by games/crossfire-client/Makefile
 3# used by games/crossfire-client-gtk/Makefile
 4# used by games/crossfire-client-gtk2/Makefile
2 5
3DISTNAME= crossfire-client-${CROSSFIRE_VERSION} 6DISTNAME= crossfire-client-${CROSSFIRE_VERSION}
4CATEGORIES= games x11 7CATEGORIES= games x11
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
6 9
7MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://crossfire.real-time.com/ 11HOMEPAGE= http://crossfire.real-time.com/
9 12
10CROSSFIRE_VERSION= 1.11.0 13CROSSFIRE_VERSION= 1.11.0
11 14
12DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo
13PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches 16#PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches
14 17
15PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
16 19
17USE_TOOLS+= gmake perl:run 20USE_TOOLS+= gmake perl:run
18GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
19 22
20REPLACE_PERL+= common/items.pl utils/deftoheader.pl 23REPLACE_PERL+= common/items.pl utils/deftoheader.pl
21 24
22SUBST_CLASSES+= dsp 25SUBST_CLASSES+= dsp
23SUBST_STAGE.dsp= post-patch 26SUBST_STAGE.dsp= post-patch
24SUBST_MESSAGE.dsp= Adjusting path to sound device. 27SUBST_MESSAGE.dsp= Adjusting path to sound device.
25SUBST_FILES.dsp= sound-src/cfsndserv.c 28SUBST_FILES.dsp= sound-src/cfsndserv.c
26SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|" 29SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"