pkgsrc/games/quake3server-osp/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

29 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/05/26 02:13:19 joerg Exp $
DISTNAME= osp-Quake3-1.03a_full
PKGNAME= quake3server-osp-1.03a
PKGREVISION= 1
CATEGORIES= games net
MASTER_SITES= http://files.l33tgames.com/files/q3/mods/osp/ \
http://www.flatlands.ch/filebase/mods/left/
EXTRACT_SUFX= .zip
MAINTAINER= david@silicium.ath.cx
COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../games/quake3server/Makefile.common"
DEPENDS+= quake3server>=1.32:../../games/quake3server
USE_TOOLS+= pax
NO_BUILD= yes
WRKSRC= ${WRKDIR}/osp
Q3MODDIR= ${Q3ROOTDIR}/osp
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${Q3MODDIR}
cd ${WRKSRC} && pax -rw . ${DESTDIR}${Q3MODDIR}
.include "../../mk/bsd.pkg.mk"