summaryrefslogtreecommitdiff
path: root/games/quake2forge
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-17 19:16:32 +0000
committerxtraeme <xtraeme>2004-04-17 19:16:32 +0000
commitaf816b242934de713f85c0b6b5c2e6d4e80df248 (patch)
tree9aa439795bb4731cf12d590d79de467b4b7cc051 /games/quake2forge
parente6f5b3721833d482e05ea324c80ab97b27333c53 (diff)
downloadpkgsrc-af816b242934de713f85c0b6b5c2e6d4e80df248.tar.gz
Tabify
Diffstat (limited to 'games/quake2forge')
-rw-r--r--games/quake2forge/Makefile50
1 files changed, 25 insertions, 25 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index fd345cffa1a..4c149ac4173 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -1,41 +1,41 @@
-# $NetBSD: Makefile,v 1.5 2004/04/17 19:13:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/17 19:16:32 xtraeme Exp $
#
-DISTNAME= quake2-0.2.1
-PKGNAME= ${DISTNAME:S/quake2/quake2forge/}
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/}
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= quake2-0.2.1
+PKGNAME= ${DISTNAME:S/quake2/quake2forge/}
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/}
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= xtraeme@NetBSD.org
-HOMEPAGE= http://www.quakeforge.net/
-COMMENT= Quake2Forge is the Quake II engine
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.quakeforge.net/
+COMMENT= Quake2Forge is the Quake II engine
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-USE_LIBTOOL= yes
-USE_X11= yes
+USE_LIBTOOL= yes
+USE_X11= yes
GNU_CONFIGURE= yes
-USE_BUILTIN.glu= yes
+USE_BUILTIN.glu= yes
USE_BUILTIN.MesaLib= yes
BUILDLINK_TRANSFORM+= S:-Werror:
-CONFIGURE_ARGS+= --program-transform-name='s/^quake2$$/quake2forge/'
+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"
+ ${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 "../../devel/SDL/buildlink3.mk"