summaryrefslogtreecommitdiff
path: root/games/d2x/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-05-29 01:03:36 +0000
committerxtraeme <xtraeme>2004-05-29 01:03:36 +0000
commit122d47e9d5b0dedb56f3ca19feedbc69353b2b5f (patch)
treef566233f1f6be4d53d36df18e21183c488b38e43 /games/d2x/Makefile
parent0f87921f49cd7258bb75b9cb2e5544a807113e83 (diff)
downloadpkgsrc-122d47e9d5b0dedb56f3ca19feedbc69353b2b5f.tar.gz
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc). Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse, CD audio, Networking. Unsupported features: Serial. A few of the new features in 0.2.0: Movies, Bigendian support, Shareware data file support, and Descent 1 data file support.
Diffstat (limited to 'games/d2x/Makefile')
-rw-r--r--games/d2x/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/d2x/Makefile b/games/d2x/Makefile
new file mode 100644
index 00000000000..68dbc8152ca
--- /dev/null
+++ b/games/d2x/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 01:03:37 xtraeme Exp $
+#
+
+DISTNAME= d2x-0.2.5
+CATEGORIES= games x11
+MASTER_SITES= http://icculus.org/d2x/src/
+
+MAINTAINER= airhead@users.sourceforge.net
+HOMEPAGE= http://icculus.org/d2x/
+COMMENT= Descent II port
+
+HAS_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+USE_BUILDLINK3= yes
+USE_X11= yes
+
+D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
+MAKE_DIRS= ${D2X_DATA}
+MESSAGE_SUBST+= D2X_DATA=${D2X_DATA}
+
+#
+# Network disabled for now, since only IPX is supported which NetBSD doesn't
+# support
+#
+CONFIGURE_ARGS+= --disable-network
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --with-sharepath=${D2X_DATA}
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"