freebsd-ports/games/doom-freedoom/Makefile
Alejandro Pulver 875d050008 - Update to version 0.4.1.
- Remove '@' from installation commands.
- Add final stop to pkg-descr.

Approved by:	garga (mentor)
2006-04-17 19:49:11 +00:00

33 lines
735 B
Makefile

# New ports collection makefile for: doom-freedoom
# Date created: 23 November 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= freedoom
PORTVERSION= 0.4.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-iwad-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Complete Doom-based game IWAD that is Free Software
USE_ZIP= yes
NO_BUILD= yes
DATADIR= ${DMDIR}/${PORTNAME}
PLIST_FILES= %%DATADIR%%/doom2.wad
PLIST_DIRS= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.mk>