openbsd-ports/games/zoom/Makefile
naddy e010ef2f44 Import of zoom 0.9.99beta3.
Submitted by Jose Nazario <jose@crimelabs.net>.

Zoom is a Z-Machine, which means that it plays text adventure games
written in ZCode.  The original games were written by a company called
'Infocom' in the 80's.  It is designed to run under X11.
2001-10-28 02:24:23 +00:00

31 lines
737 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/10/28 02:24:23 naddy Exp $
COMMENT= "Z-code interpreter for X11"
DISTNAME= zoom-0.9.99beta3
CATEGORIES= games
NEED_VERSION= 1.484
HOMEPAGE= http://www.dcs.warwick.ac.uk/~esvce/zoom/
MAINTAINER= Jose Nazario <jose@crimelabs.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
USE_X11= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zoom
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/zoom/README
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/zoom
${INSTALL_DATA} ${WRKSRC}/zoomrc \
${PREFIX}/share/examples/zoom/dot.zoomrc
.include <bsd.port.mk>