summaryrefslogtreecommitdiff
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-07-26 12:33:59 +0000
committerzuntum <zuntum>2001-07-26 12:33:59 +0000
commit281801fd79284e5e153cdcf4e12a827aaece3dc8 (patch)
tree985cb75b1630a0adf9f769376a873faaf780ee19 /games/prboom/Makefile
parent54b573818e182b17c4e4510f1ee343bc6822b95c (diff)
downloadpkgsrc-281801fd79284e5e153cdcf4e12a827aaece3dc8.tar.gz
Initial import of prboom-2.2.1
Prboom is a modified version of the ID Software's classic game Doom. It runs on several platforms (include Win32 and Unixes) and features many additions to the original game. It also supports multiplayer games. Note: this package lacks audio support for now, because we don't have SDL_mixer yet. I hope to enable it in the future.
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r--games/prboom/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
new file mode 100644
index 00000000000..75e9d29402a
--- /dev/null
+++ b/games/prboom/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
+#
+
+DISTNAME= prboom-2.2.1
+CATEGORIES= games
+MASTER_SITES= http://prdownloads.sourceforge.net/prboom/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://prboom.sourceforge.net/
+COMMENT= multiplayer-capable and modified version of ID's classic doom game
+
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+
+#CONFIGURE_ARGS+= --enable-gl
+
+.include "../../net/SDL_net/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"