pkgsrc/games/frotz/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

35 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:44 tv Exp $
DISTNAME= frotz-2.43
PKGREVISION= 2
CATEGORIES= games
# The maintainer has asked us to use the mirrors instead of www.cs.csubak.edu.
#MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \
ftp://ftp.nodomainname.net/pub/mirrors/if-archive/infocom/interpreters/frotz/ \
ftp://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
ftp://ftp.ifarchive.org/if-archive/unprocessed/
MAINTAINER= seebs@plethora.net
HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/
COMMENT= Curses-based interpreter for Infocom-compatible games
USE_BUILDLINK3= yes
# setscrreg()
INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-V]-*
SAMPLEDIR= ${PREFIX}/share/examples/frotz
DOCDIR= ${PREFIX}/share/doc/frotz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${PREFIX}/man/man6
${INSTALL_DATA_DIR} ${SAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/doc/frotz.conf-big ${SAMPLEDIR}/frotz.conf
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL HOW_TO_PLAY ${DOCDIR}
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"