summaryrefslogtreecommitdiff
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-10 00:24:55 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-10 00:24:55 +0000
commit7f4f3c0a1de94bf7022cca1233aae5dd6d808a85 (patch)
tree17da08fe560dea02bbe73b820f61ceae723e2ddc /games/prboom/Makefile
parentUse pre-everything and fix typo (diff)
Add prboom 2.2.0,
a multiplayer-capable and modified version of ID's classic doom game. PR: 28022 Submitted by: Jordan DeLong <fracture@allusion.net>
Notes
Notes: svn path=/head/; revision=44987
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r--games/prboom/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
new file mode 100644
index 000000000000..d44105c07576
--- /dev/null
+++ b/games/prboom/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: prboom
+# Date created: 10 June 2001
+# Whom: Jordan DeLong <fracture@allusion.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= prboom
+PORTVERSION= 2.2.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= fracture@allusion.net
+
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
+ smpeg.1:${PORTSDIR}/graphics/smpeg \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ SDL_net.0:${PORTSDIR}/net/sdl_net
+
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
+ CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN5= boom.cfg.5
+MAN6= prboom.6 prboom-game-server.6
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/prboom
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/prboom
+ ${INSTALL_DATA} ${WRKSRC}/doc/README.compat ${PREFIX}/share/doc/prboom
+ ${INSTALL_DATA} ${WRKSRC}/doc/README.demos ${PREFIX}/share/doc/prboom
+ ${INSTALL_DATA} ${WRKSRC}/doc/boom.txt ${PREFIX}/share/doc/prboom
+.endif
+
+.include <bsd.port.mk>