diff options
author | danfe <danfe@FreeBSD.org> | 2012-11-22 22:58:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-11-22 22:58:09 +0800 |
commit | 0882e790b395476455e0ef0216124acae46d3259 (patch) | |
tree | 6fdde7590b2db8e8e2584462aea16a1f7925c48d /games | |
parent | 2edbb4a722b3bae520cd2e8d5dfde7e2b4eb517e (diff) | |
download | freebsd-ports-gnome-0882e790b395476455e0ef0216124acae46d3259.tar.gz freebsd-ports-gnome-0882e790b395476455e0ef0216124acae46d3259.tar.zst freebsd-ports-gnome-0882e790b395476455e0ef0216124acae46d3259.zip |
- Fix Makefile header, improve COMMENT and port description
- Miscellaneous style fixes in Makefile.include
Approved by: maintainer (implicit)
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/doom-data/Makefile | 4 | ||||
-rw-r--r-- | games/doom-data/Makefile.include | 11 | ||||
-rw-r--r-- | games/doom-data/pkg-descr | 11 |
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. |