diff options
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/doom-freedoom/Makefile | 30 | ||||
-rw-r--r-- | games/doom-freedoom/distinfo | 3 | ||||
-rw-r--r-- | games/doom-freedoom/pkg-descr | 11 |
4 files changed, 45 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 5d8e9a34ea7c..ba82b58ae394 100644 --- a/games/Makefile +++ b/games/Makefile @@ -124,6 +124,7 @@ SUBDIR += dontspace SUBDIR += doom SUBDIR += doom-data + SUBDIR += doom-freedoom SUBDIR += doom-hacx SUBDIR += doom-hr SUBDIR += doom-hr2 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/ |