freebsd-ports/games/doom-hacx/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

37 lines
801 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= hacx
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX}
DISTNAME= ${PORTNAME}.wad
EXTRACT_SUFX= .bz2
MAINTAINER= ports@FreeBSD.org
COMMENT= Full TC using the Doom II engine
USES= tar:bzip2
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${DMDIR}/${PORTNAME}
PLIST_FILES= %%DATADIR%%/${DISTNAME}
PLIST_DIRS= %%DATADIR%%
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.pre.mk>
do-extract:
@${MKDIR} ${WRKDIR}
@${BZIP2_CMD} -dc ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > \
${WRKDIR}/${DISTNAME}
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>