summaryrefslogtreecommitdiff
path: root/games/quakespasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/quakespasm/Makefile')
-rw-r--r--games/quakespasm/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/quakespasm/Makefile b/games/quakespasm/Makefile
new file mode 100644
index 00000000000..e6b62bcb620
--- /dev/null
+++ b/games/quakespasm/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/08 22:00:31 snj Exp $
+
+DISTNAME= quakespasm-0.85.1
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= snj@NetBSD.org
+HOMEPAGE= http://quakespasm.sourceforge.net/
+COMMENT= Enhanced Quake engine using SDL
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# needs fm{ax,in}, which NetBSD doesn't have prior to 5.1
+NOT_FOR_PLATFORM= NetBSD-4*-* NetBSD-5.0*-*
+
+USE_TOOLS+= gmake
+
+INSTALLATION_DIRS= bin
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/Quake
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/quakespasm ${DESTDIR}${PREFIX}/bin
+
+.include "../../net/SDL_net/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"