freebsd-ports/games/frotz/Makefile
Mark Pulford 21a02650af Applied patch to update to 2.41.
Also removed useless documentation and added PORTDOCS to the plist.

PR:		28045
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-06-11 16:50:25 +00:00

32 lines
763 B
Makefile

# New ports collection makefile for: frotz
# Date created: 16 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= frotz
PORTVERSION= 2.41
CATEGORIES= games
MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/ \
ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
MAINTAINER= ports@FreeBSD.org
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
MAN6= frotz.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/frotz
.for file in BUGS HOW_TO_PLAY README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
.endfor
.endif
.include <bsd.port.mk>