Update to 2.43 which has a less restrictive license.
Remove MAINTAINER as email bounces. ok sturm@
This commit is contained in:
parent
a537b5498f
commit
eb41425d19
@ -1,27 +1,24 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2004/11/28 22:41:17 espie Exp $
|
# $OpenBSD: Makefile,v 1.9 2005/10/15 00:20:53 jsg Exp $
|
||||||
# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:28 jlam Exp $
|
# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:28 jlam Exp $
|
||||||
# Original from: Stefan Jokisch
|
# Original from: Stefan Jokisch
|
||||||
|
|
||||||
COMMENT= "Curses-based interpreter for Infocom-compatible games"
|
COMMENT= "Curses-based interpreter for Infocom-compatible games"
|
||||||
|
|
||||||
DISTNAME= UnixFrotz232R2Std10
|
DISTNAME= frotz-2.43
|
||||||
PKGNAME= frotz-2.32
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/
|
HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/
|
||||||
|
|
||||||
MAINTAINER= Carsten Ilchmann <ci2@gmx.net>
|
# GPL
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_CDROM= No
|
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= No
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
WANTLIB= c curses
|
WANTLIB= c curses
|
||||||
|
|
||||||
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
|
MASTER_SITES= http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
|
||||||
|
|
||||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" CONFIG_DIR="${SYSCONFDIR}"
|
||||||
WRKDIST= ${WRKDIR}/frotz-2.32
|
|
||||||
|
|
||||||
ALL_TARGET= frotz
|
ALL_TARGET= frotz
|
||||||
|
|
||||||
@ -31,6 +28,6 @@ NO_REGRESS= Yes
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKBUILD}/frotz ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKBUILD}/frotz ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKBUILD}/frotz.6 ${PREFIX}/man/man6
|
${INSTALL_MAN} ${WRKBUILD}/doc/frotz.6 ${PREFIX}/man/man6
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (UnixFrotz232R2Std10.tar.gz) = 5c40f4a9da46a65cd0fd09821bf93538
|
MD5 (frotz-2.43.tar.gz) = efe51879e012b92bb8d5f4a82e982677
|
||||||
RMD160 (UnixFrotz232R2Std10.tar.gz) = c2b33f70754a3bdf80d91f0090c056a005908580
|
RMD160 (frotz-2.43.tar.gz) = ccfc303e116e517caff0fec8f3bd555dfc02ae4e
|
||||||
SHA1 (UnixFrotz232R2Std10.tar.gz) = cd5124a58aaff6a60eecbc352dd18c4402d87ce6
|
SHA1 (frotz-2.43.tar.gz) = 2b2684ec670b471489c15be732c7dd1c59821b00
|
||||||
SIZE (UnixFrotz232R2Std10.tar.gz) = 63021
|
SIZE (frotz-2.43.tar.gz) = 160771
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Frotz is another of the fine family of interpreters for Infocom's text
|
Frotz is another of the fine family of interpreters for Infocom's text
|
||||||
adventures and compatible games. This is version 2.32.
|
adventures and compatible games.
|
||||||
|
|
||||||
"Frotz" is also the name of the spell to make an object emit light.
|
"Frotz" is also the name of the spell to make an object emit light.
|
||||||
|
Loading…
Reference in New Issue
Block a user