freebsd-ports/games/quake-dpmod/Makefile
Edwin Groothuis 385b4cf1e7 [NEW PORT] games/quake-dpmod - Quake 1 modification
DarkPlacesMod is a Quake 1 modification (made specifically
	for the DarkPlaces Quake engine).

	WWW: http://icculus.org/twilight/darkplaces/

PR:		ports/85354
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-16 05:51:51 +00:00

36 lines
781 B
Makefile

# New ports collection makefile for: quake-dpmod
# Date created: 14 Sep 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= dpmod
PORTVERSION= 20050818
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/
DISTNAME= darkplacesmod${PORTVERSION}
MAINTAINER= alejandro@varnet.biz
COMMENT= Quake 1 modification
RUN_DEPENDS= darkplaces:${PORTSDIR}/games/darkplaces
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
post-extract:
# Remove CVS directories
@${FIND} ${WRKDIR} -type d -name CVS -print0 | \
${XARGS} -0 ${RM} -rf
# Fix permissions
@${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat
do-install:
@${CP} -Rp ${WRKSRC}/dpmod ${DATADIR}
.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.mk>