1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/games/doom-freedoom/Makefile
Yuri Victorovich 4c26f3eadd games/doom-freedoom: Update to 0.11.3
pkubaj@anongoth.pl takes maintainership.

Port changes:
* Changed to DISTVERSION
* Added LICENSE/LICENSE_FILE
* Fixed %%DATADIR%% in PLIST_FILES

PR:		226340
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor, implicit)
2018-03-04 07:44:13 +00:00

33 lines
780 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= freedoom
DISTVERSION= 0.11.3
CATEGORIES= games
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX}
MAINTAINER= pkubaj@anongoth.pl
COMMENT= Complete Doom-based game IWAD that is Free Software
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= zip
NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${DMDIR}/${PORTNAME}
PLIST_FILES= ${DATADIR}/freedoom1.wad \
${DATADIR}/freedoom2.wad
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/freedoom1.wad ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/freedoom2.wad ${STAGEDIR}${DATADIR}
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.mk>