aboutsummaryrefslogtreecommitdiffstats
path: root/games/doom-freedoom
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-11-24 18:04:34 +0800
committeredwin <edwin@FreeBSD.org>2005-11-24 18:04:34 +0800
commite57f888a98ee3323b195c8ff83adff8bc76b25c0 (patch)
treec030ab28dc51d963bf836584b877a3e6e6b4001e /games/doom-freedoom
parent6e879737d9101b95b271df2b576aac3907c686a6 (diff)
downloadfreebsd-ports-gnome-e57f888a98ee3323b195c8ff83adff8bc76b25c0.tar.gz
freebsd-ports-gnome-e57f888a98ee3323b195c8ff83adff8bc76b25c0.tar.zst
freebsd-ports-gnome-e57f888a98ee3323b195c8ff83adff8bc76b25c0.zip
[NEW PORT] games/doom-freedoom - Complete Doom-based game IWAD that is Free Software
Freedoom is a project to create a complete Doom II-compatible IWAD file which is Free Software. The IWAD file is the file used by Doom which contains all the game data (graphics, sound effects, music, etc.). While the Doom source code is Free, you currently still need one of the proprietary IWAD files from id in order to play Doom. Freedoom aims to create a Free alternative. Combined with the GPL-licensed Doom source code this will result in a complete Free Doom-based game PR: ports/89473 Submitted by: "Alejandro Pulver" <alejandro@varnet.biz>
Diffstat (limited to 'games/doom-freedoom')
-rw-r--r--games/doom-freedoom/Makefile30
-rw-r--r--games/doom-freedoom/distinfo3
-rw-r--r--games/doom-freedoom/pkg-descr11
3 files changed, 44 insertions, 0 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile
new file mode 100644
index 000000000000..441d29703ef0
--- /dev/null
+++ b/games/doom-freedoom/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: doom-freedoom
+# Date created: 23 November 2005
+# Whom: Alejandro Pulver <alejandro@varnet.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= freedoom
+PORTVERSION= 0.3
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-iwad-${PORTVERSION}
+
+MAINTAINER= alejandro@varnet.biz
+COMMENT= Complete Doom-based game IWAD that is Free Software
+
+USE_ZIP= yes
+NO_BUILD= yes
+
+PLIST_FILES= %%DATADIR%%/doom2.wad
+PLIST_DIRS= %%DATADIR%%
+
+do-install:
+ @${MKDIR} ${DATADIR}
+ @${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
+
+.include "${.CURDIR}/../../games/doom-data/Makefile.include"
+
+.include <bsd.port.mk>
diff --git a/games/doom-freedoom/distinfo b/games/doom-freedoom/distinfo
new file mode 100644
index 000000000000..337da50c9232
--- /dev/null
+++ b/games/doom-freedoom/distinfo
@@ -0,0 +1,3 @@
+MD5 (freedoom-iwad-0.3.zip) = 9a26ec9743e45915e296e3e3ba9fe489
+SHA256 (freedoom-iwad-0.3.zip) = cd563cdceae558e2b9f9a2239b9d7d48a9776125c9d5f5f5be3076d574747aee
+SIZE (freedoom-iwad-0.3.zip) = 6714595
diff --git a/games/doom-freedoom/pkg-descr b/games/doom-freedoom/pkg-descr
new file mode 100644
index 000000000000..c4263c00bef4
--- /dev/null
+++ b/games/doom-freedoom/pkg-descr
@@ -0,0 +1,11 @@
+Freedoom is a project to create a complete Doom II-compatible IWAD file which
+is Free Software.
+
+The IWAD file is the file used by Doom which contains all the game data
+(graphics, sound effects, music, etc.). While the Doom source code is Free,
+you currently still need one of the proprietary IWAD files from id in order to
+play Doom. Freedoom aims to create a Free alternative. Combined with the
+GPL-licensed Doom source code this will result in a complete Free Doom-based
+game
+
+WWW: http://freedoom.sf.net/