summaryrefslogtreecommitdiff
path: root/games/zoom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r--games/zoom/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
new file mode 100644
index 00000000000..e497f83ab20
--- /dev/null
+++ b/games/zoom/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+#
+
+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
+
+MAINTAINER= dillo@netbsd.org
+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
+USE_GMAKE= yes
+USE_PERL5= build
+
+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"