diff options
author | abs <abs@pkgsrc.org> | 2000-02-03 16:01:14 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-02-03 16:01:14 +0000 |
commit | fa022bb0af15901ed0a441e18a506b526c39ea97 (patch) | |
tree | 0f1d766ab7815b0e62697224dbad164dc717a4d7 /games/xdoom/Makefile | |
parent | a52edb6e6a8d00d924df2e12bd3afc402f1b1fff (diff) | |
download | pkgsrc-fa022bb0af15901ed0a441e18a506b526c39ea97.tar.gz |
Update to 1.10nb1
Actually work with the supplied WAD file
One file-to-patch per patchfile
Remove strange 'post-patch' substitute X11_BASE phase
Fix numerous coredumps
Add a '-h' usage
Handle the sndserver dying
Make it work on little endian systems
Add a '-volume X' flag, and skip all sound code if 0
Other cleanup in some of the more repellant code areas.
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r-- | games/xdoom/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index 68c13ddc6f5..35522577775 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 1999/08/20 00:15:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2000/02/03 16:01:14 abs Exp $ DISTNAME= linuxdoom-1.10 -PKGNAME= xdoom-1.10 +PKGNAME= xdoom-1.10nb1 WRKSRC= ${WRKDIR} CATEGORIES= games x11 MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ @@ -24,13 +24,6 @@ post-extract: (cd ${WRKDIR}; ${GTAR} xzf linuxdoom-1.10.src.tgz) (cd ${WRKDIR}; ${GTAR} xzf sndserv.tgz) -post-patch: - @${MV} ${WRKSRC}/${DISTNAME}/i_sound.c ${WRKSRC}/foo - @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' <${WRKSRC}/foo> ${WRKSRC}/${DISTNAME}/i_sound.c - @${MV} ${WRKSRC}/${DISTNAME}/d_main.c ${WRKSRC}/foo - @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' <${WRKSRC}/foo> ${WRKSRC}/${DISTNAME}/d_main.c - @${RM} -f ${WRKSRC}/foo - do-build: cd ${WRKSRC}/${DISTNAME} ; ${GMAKE} X11BASE=${X11BASE} cd ${WRKSRC}/sndserv ; ${GMAKE} X11BASE=${X11BASE} |