diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-17 19:19:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-17 19:19:50 +0000 |
commit | 24d0f1565815b7caa8f71e21b5a3ff9b5f02cd16 (patch) | |
tree | 02f1c6ade52f1b158e87a8fb251786f29267a086 /games | |
parent | ab18a5f620facba7c29fb01807b568c661cff23f (diff) | |
download | pkgsrc-24d0f1565815b7caa8f71e21b5a3ff9b5f02cd16.tar.gz |
oops, I should use vi instead of vim, this time indent correctly.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2forge/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index 4c149ac4173..e54d6436f58 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -1,32 +1,32 @@ -# $NetBSD: Makefile,v 1.6 2004/04/17 19:16:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/17 19:19:50 xtraeme Exp $ # -DISTNAME= quake2-0.2.1 -PKGNAME= ${DISTNAME:S/quake2/quake2forge/} -CATEGORIES= games +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_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 + ${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 |