[Midnightbsd-cvs] mports: mports/games: bsd licensed maps for doom

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 24 17:40:48 EDT 2008


Log Message:
-----------
bsd licensed maps for doom

Modified Files:
--------------
    mports/games:
        Makefile (r1.18 -> r1.19)

Added Files:
-----------
    mports/games/doom-freedoom:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -L games/Makefile -L games/Makefile -u -r1.18 -r1.19
--- games/Makefile
+++ games/Makefile
@@ -7,6 +7,7 @@
     SUBDIR += battalion
     SUBDIR += cowsay
     SUBDIR += doom-data
+    SUBDIR += doom-freedom
     SUBDIR += doomlegacy
     SUBDIR += fortunate
     SUBDIR += fotaq
--- /dev/null
+++ 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/
--- /dev/null
+++ games/doom-freedoom/pkg-plist
@@ -0,0 +1,3 @@
+share/doom/freedom/doom2.wad
+ at dirrmtry share/doom/freedom
+ at dirrmtry share/doom
--- /dev/null
+++ games/doom-freedoom/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for:	doom-freedoom
+# Date created:				23 November 2005
+# Whom:					Alejandro Pulver <alejandro at varnet.biz>
+#
+# $MidnightBSD: mports/games/doom-freedoom/Makefile,v 1.1 2008/03/24 21:40:45 laffer1 Exp $
+# $FreeBSD: ports/games/doom-freedoom/Makefile,v 1.7 2008/03/10 16:05:05 alepulver Exp $
+#
+
+PORTNAME=	freedoom
+PORTVERSION=	0.6
+CATEGORIES=	games
+MASTER_SITES=	SF
+PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}-iwad-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Complete Doom-based game IWAD that is Free Software
+LICENSE=	bsd3
+
+USE_ZIP=	yes
+NO_BUILD=	yes
+
+DATADIR=	${DMDIR}/${PORTNAME}
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+PORTDOCS=	ChangeLog NEWS README
+
+do-install:
+	${MKDIR} ${PREFIX}/share/doom/freedom/
+	${INSTALL_DATA} ${WRKSRC}/doom2.wad ${PREFIX}/share/doom/freedom
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include "${.CURDIR}/../doom-data/Makefile.include"
+
+.include <bsd.port.mk>
--- /dev/null
+++ games/doom-freedoom/distinfo
@@ -0,0 +1,3 @@
+MD5 (freedoom-iwad-0.6.zip) = 31c37ae51e2b263019e12378fc543555
+SHA256 (freedoom-iwad-0.6.zip) = ef4ab406a5d806b70eed2c07f8cb9127bb2e821fe239e0d46a664100f77aabd0
+SIZE (freedoom-iwad-0.6.zip) = 7265445


More information about the Midnightbsd-cvs mailing list