2004-01-24 14:30:55 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2004/01/24 13:30:57 grant Exp $
|
2003-08-16 16:28:34 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= zoom-1.0.1
|
|
|
|
PKGNAME= ${DISTNAME}pl1
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/
|
|
|
|
|
|
|
|
PATCH_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/
|
|
|
|
PATCHFILES= zoom-1.0.1-1.0.1a.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2003-12-24 10:53:47 +01:00
|
|
|
MAINTAINER= dillo@NetBSD.org
|
2003-08-16 16:28:34 +02:00
|
|
|
HOMEPAGE= http://www.logicalshift.demon.co.uk/unix/zoom/
|
|
|
|
COMMENT= Plays Infocom-compatible games, with graphics support
|
|
|
|
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X11= yes
|
2004-01-24 14:30:55 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-08-16 16:28:34 +02:00
|
|
|
USE_PERL5= build
|
|
|
|
|
2003-11-05 00:35:47 +01:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
GCC_REQD= 3.0
|
|
|
|
.endif
|
|
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
|
2003-08-16 16:28:34 +02:00
|
|
|
DOCDIR= ${LOCALBASE}/share/doc/html/zoom
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
|
|
for f in colours.png configXwin.html configmac.html fonts.png \
|
|
|
|
game.png generalset.png idx index.html intro.html \
|
|
|
|
resources.png troubleshooting.html ui.png zicon.gif \
|
|
|
|
zoom-icon.png zoom.html ztitle.html; \
|
|
|
|
do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DOCDIR}; \
|
|
|
|
done
|
|
|
|
|
|
|
|
.include "../../fonts/Xft2/buildlink2.mk"
|
|
|
|
.include "../../fonts/t1lib/buildlink2.mk"
|
|
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|