2005-06-17 06:49:45 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:46 jlam Exp $
|
2003-08-16 16:28:34 +02:00
|
|
|
#
|
|
|
|
|
2004-03-03 12:29:32 +01:00
|
|
|
DISTNAME= zoom-1.0.1
|
|
|
|
PKGNAME= ${DISTNAME}a
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 3
|
2004-03-03 12:29:32 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/zoom/
|
2003-08-16 16:28:34 +02:00
|
|
|
|
|
|
|
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_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2003-08-16 16:28:34 +02:00
|
|
|
USE_PERL5= build
|
|
|
|
|
2003-11-05 00:35:47 +01:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
2004-02-01 02:43:28 +01:00
|
|
|
GCC_REQD+= 3.0
|
2003-11-05 00:35:47 +01:00
|
|
|
.endif
|
|
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
|
2005-06-17 06:49:45 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/html/zoom
|
2003-08-16 16:28:34 +02:00
|
|
|
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
|
|
|
|
|
2004-03-03 12:29:32 +01:00
|
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
|
|
.include "../../fonts/t1lib/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2003-08-16 16:28:34 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|