pkgsrc/games/imaze/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

26 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.26 2008/05/26 02:13:19 joerg Exp $
DISTNAME= imaze1.3
PKGNAME= imaze-1.3
PKGREVISION= 3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
DISTFILES= imaze-sounds.tar imaze1.3.tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.tu-clausthal.de/student/iMaze/
COMMENT= Multiplayer, networked, action,x 3D maze game
EXTRACT_ONLY= imaze1.3.tar.Z
WRKSRC= ${WRKDIR}/imaze
USE_X11BASE= yes
USE_TOOLS+= pax
INSTALLATION_DIRS= bin lib/X11/app-defaults ${PKGMANDIR}/man6
post-build:
cd ${WRKSRC} && pax -O -rf ${DISTDIR}/imaze-sounds.tar
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"