2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2013/02/16 11:21:30 wiz Exp $
|
2003-08-16 16:28:34 +02:00
|
|
|
|
2005-08-04 12:40:38 +02:00
|
|
|
DISTNAME= zoom-1.0.3
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 10
|
2004-03-03 12:29:32 +01:00
|
|
|
CATEGORIES= games
|
2005-08-04 12:40:38 +02:00
|
|
|
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
|
2003-08-16 16:28:34 +02:00
|
|
|
|
2012-12-12 11:44:06 +01:00
|
|
|
MAINTAINER= pkgsrc-users@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_LIBTOOL= yes
|
2005-08-04 12:40:38 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= gmake perl
|
2005-08-04 12:40:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-16 16:28:34 +02:00
|
|
|
|
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
|
2009-12-10 21:50:15 +01:00
|
|
|
|
2003-08-16 16:28:34 +02:00
|
|
|
post-install:
|
2009-12-10 21:50:15 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
2003-08-16 16:28:34 +02:00
|
|
|
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 \
|
2009-12-10 21:50:15 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DESTDIR}${DOCDIR}; \
|
2003-08-16 16:28:34 +02:00
|
|
|
done
|
|
|
|
|
2006-12-27 14:37:35 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt= build
|
|
|
|
|
2005-08-04 12:40:38 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2004-03-03 12:29:32 +01:00
|
|
|
.include "../../fonts/t1lib/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXft/buildlink3.mk"
|
2006-12-27 14:37:35 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
2003-08-16 16:28:34 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|