Fri Jul 25 15:39:00 2014 UTC ()
Mark as not for SunOS.


(jperkin)
diff -r1.23 -r1.24 pkgsrc/games/heretic2-demo/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/games/heretic2-demo/Makefile (expand / switch to unified diff)

--- pkgsrc/games/heretic2-demo/Makefile 2013/04/06 12:04:00 1.23
+++ pkgsrc/games/heretic2-demo/Makefile 2014/07/25 15:39:00 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.23 2013/04/06 12:04:00 rodent Exp $ 1# $NetBSD: Makefile,v 1.24 2014/07/25 15:39:00 jperkin Exp $
2# 2#
3 3
4DISTNAME= heretic2-demo-x86 4DISTNAME= heretic2-demo-x86
5PKGNAME= heretic2-demo-2.0 5PKGNAME= heretic2-demo-2.0
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= games x11 7CATEGORIES= games x11
8MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/heretic2/ \ 8MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/heretic2/ \
9 ftp://download.linuxlords.com/pub/demos/heretic2/ \ 9 ftp://download.linuxlords.com/pub/demos/heretic2/ \
10 ftp://ftp.linux.tucows.com/pub/Loki/demos/heretic2/ 10 ftp://ftp.linux.tucows.com/pub/Loki/demos/heretic2/
11EXTRACT_SUFX= .run 11EXTRACT_SUFX= .run
12 12
13MAINTAINER= abs@NetBSD.org 13MAINTAINER= abs@NetBSD.org
14HOMEPAGE= http://www.lokigames.com/products/heretic2/ 14HOMEPAGE= http://www.lokigames.com/products/heretic2/
@@ -17,27 +17,28 @@ COMMENT= Heretic2 - first person Quake 3 @@ -17,27 +17,28 @@ COMMENT= Heretic2 - first person Quake 3
17NO_CONFIGURE= yes 17NO_CONFIGURE= yes
18EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' $$extract_file | \ 18EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' $$extract_file | \
19 ${GTAR} xzf - 19 ${GTAR} xzf -
20USE_TOOLS+= gtar pax 20USE_TOOLS+= gtar pax
21 21
22.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
23 23
24.if ${OPSYS} == "DragonFly" 24.if ${OPSYS} == "DragonFly"
25# DragonFly sed(1) adds trailing newline and it confuses gzip(1). Bsdtar, 25# DragonFly sed(1) adds trailing newline and it confuses gzip(1). Bsdtar,
26# which doesn't use gzip but zlib, extracts the archive fine though. 26# which doesn't use gzip but zlib, extracts the archive fine though.
27TOOLS_PLATFORM.gtar= /usr/bin/bsdtar 27TOOLS_PLATFORM.gtar= /usr/bin/bsdtar
28.endif 28.endif
29 29
30ONLY_FOR_PLATFORM=*-*-i386 30ONLY_FOR_PLATFORM= *-*-i386
 31NOT_FOR_PLATFORM= SunOS-*-*
31 32
32DISTBINNAME= heretic2_demo.x86 33DISTBINNAME= heretic2_demo.x86
33BINNAME= heretic2-demo 34BINNAME= heretic2-demo
34 35
35WRKSRC= ${WRKDIR} 36WRKSRC= ${WRKDIR}
36DIST_SUBDIR= lokigames 37DIST_SUBDIR= lokigames
37LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} 38LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME}
38SHAREDIR= ${PREFIX}/share/doc/lokigames 39SHAREDIR= ${PREFIX}/share/doc/lokigames
39 40
40INSTALLATION_DIRS= bin ${LIBDIR} ${SHAREDIR} 41INSTALLATION_DIRS= bin ${LIBDIR} ${SHAREDIR}
41 42
42do-build: 43do-build:
43 ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ 44 ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \