freebsd-ports/games/ifm/Makefile

39 lines
992 B
Makefile
Raw Normal View History

# New ports collection makefile for: ifm
# Date created: Mon Oct 12 12:32:07 EDT 1998
# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= ifm
PORTVERSION= 5.1
CATEGORIES= games tk84
MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/ \
ftp://ftp.ifarchive.org/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/misc/%SUBDIR%/
MASTER_SITE_SUBDIR= if-archive/mapping-tools
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:06:51 +01:00
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:
@${PERL} -pi -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in
2004-06-15 12:25:48 +02:00
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>