diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 10:04:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 10:04:34 +0000 |
commit | ba5b4db2638e6fddefd05ea09cd807960c19a3b2 (patch) | |
tree | 7831e685f48ba5c33bcc5b29a8b2a564e24892ab /games/doom-freedoom | |
parent | added some missing files in the pkg-plist (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=149274
Diffstat (limited to 'games/doom-freedoom')
-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 |
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/ |