freebsd-ports/games/ifm/Makefile
Martin Wilke 24e3d7b9a1 - Update to maintainer mail
PR:		125545
Submitted by:	Andy Kosela <akosela@andykosela.com> (Maintainer)
2008-07-18 10:40:51 +00:00

36 lines
920 B
Makefile

# New ports collection makefile for: ifm
# Date created: Mon Oct 12 12:32:07 EDT 1998
# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
#
# $FreeBSD$
#
PORTNAME= ifm
PORTVERSION= 5.2
CATEGORIES= games tk
MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/
MASTER_SITE_SUBDIR= if-archive/mapping-tools
MAINTAINER= akosela@andykosela.com
COMMENT= Interactive Fiction mapper and walkthrough generator
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
post-patch:
@${REINPLACE_CMD} -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ifm.pdf ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/ifm/* ${DOCSDIR}/html
.endif
.include <bsd.port.mk>