aboutsummaryrefslogtreecommitdiff
path: root/games/doom-data
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-22 14:58:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-22 14:58:09 +0000
commit9febedbe67306a28cf1720b757448479bdbb9859 (patch)
tree6fdde7590b2db8e8e2584462aea16a1f7925c48d /games/doom-data
parent8a529b7eb06879c663336a2d50d5ecb5e8f11824 (diff)
downloadports-9febedbe67306a28cf1720b757448479bdbb9859.tar.gz
ports-9febedbe67306a28cf1720b757448479bdbb9859.zip
- Fix Makefile header, improve COMMENT and port description
- Miscellaneous style fixes in Makefile.include Approved by: maintainer (implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=307655
Diffstat (limited to 'games/doom-data')
-rw-r--r--games/doom-data/Makefile4
-rw-r--r--games/doom-data/Makefile.include11
-rw-r--r--games/doom-data/pkg-descr11
3 files changed, 14 insertions, 12 deletions
diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile
index 921648163570..d7642bd05c88 100644
--- a/games/doom-data/Makefile
+++ b/games/doom-data/Makefile
@@ -1,5 +1,5 @@
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
-# Created by: Alejandro Pulver <alejandro@varnet.biz>
PORTNAME= data
PORTVERSION= 1.0
@@ -13,7 +13,7 @@ DISTFILES= #
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
MAINTAINER= c.petrik.sosa@gmail.com
-COMMENT= Doom data files (Doom, Doom II, Hexen, Heretic, and Strife)
+COMMENT= Shareware data files for Doom, Doom II, Hexen, Heretic, and Strife
USE_BZIP2= yes
NO_BUILD= yes
diff --git a/games/doom-data/Makefile.include b/games/doom-data/Makefile.include
index 0f1b25de55f2..7f794ede029e 100644
--- a/games/doom-data/Makefile.include
+++ b/games/doom-data/Makefile.include
@@ -1,23 +1,24 @@
-# Makefile for defining variables used by other Doom related ports.
+# Makefile for defining variables used by other Doom related ports
+# $FreeBSD$
-# Set variables.
+# Set variables
DMPKGNAMEPREFIX?=doom-
DMDIR?= ${LOCALBASE}/share/doom
-# Add them to the environment.
+# Add them to the environment
MAKE_ENV+= DMDIR="${DMDIR}"
PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}"
SUB_LIST+= DMDIR="${DMDIR}"
-# Add the dependency.
+# Add the dependency
.if ${PORTNAME} != "data"
RUN_DEPENDS+= ${DMDIR}:${PORTSDIR}/games/doom-data
.endif
-# DOS to Unix text conversion.
+# DOS to Unix text conversion
.if defined(USE_CRLF)
. if defined(USE_ZIP)
diff --git a/games/doom-data/pkg-descr b/games/doom-data/pkg-descr
index 897054fd957d..8bc23cd2243c 100644
--- a/games/doom-data/pkg-descr
+++ b/games/doom-data/pkg-descr
@@ -1,6 +1,7 @@
-Doom data files (Doom, Doom II, Hexen, Heretic, Strife).
+This port provides shareware data files for games of Doom, Doom II, Hexen,
+Heretic, and Strife. These are typically required to play various source
+ports of original id Software games and their spin-offs.
-This port installs the data files needed to run Doom.
-
-You still need to have a legitimate copy of the game in order to obtain
-the full game, otherwise you can use the shareware version.
+To be able to play full game of any aforementioned, one is still required
+to have legitimate (also called registered) copy of appropriate IWAD game
+data files.