875d050008
- Remove '@' from installation commands. - Add final stop to pkg-descr. Approved by: garga (mentor)
34 lines
735 B
Makefile
34 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>
|