freebsd-ports/games/doom-wolfendoom/Makefile
Rusmir Dusko b1f00efc7e - Reset maintainer to ports@
PR:		ports/183261
Submitted by:	chris petrik <c.petrik.sosa@gmail.com>
Approved by:	pawel / wg (mentors, implicit)
2013-10-29 17:59:47 +00:00

32 lines
813 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= wolfendoom
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Wolfenstein 3D levels ported to Doom II
USE_BZIP2= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${DMDIR}/${PORTNAME}
NO_STAGE= yes
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.pre.mk>
do-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKDIR}/${PORTNAME}
${FIND} ${WRKDIR}/${PORTNAME} ! -type d -exec ${CHMOD} 0644 {} \;
${FIND} ${WRKDIR}/${PORTNAME} -type d -exec ${CHMOD} 0755 {} \;
${MKDIR} ${DATADIR}
${TAR} -cf - -C ${WRKDIR}/${PORTNAME} . | ${TAR} -xpvf - -C ${DATADIR}
.include <bsd.port.post.mk>