freebsd-ports/games/ifm/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
564 B
Makefile

# Created by: Dave Chapeskie <dchapes@ddm.on.ca>
# $FreeBSD$
PORTNAME= ifm
PORTVERSION= 5.4
CATEGORIES= games tk
MASTER_SITES= http://www.ifarchive.org/if-archive/mapping-tools/
MAINTAINER= akosela@andykosela.com
COMMENT= Interactive Fiction mapper and walkthrough generator
RUN_DEPENDS= wish8.4:x11-toolkits/tk84
USES= perl5 gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
post-patch:
@${REINPLACE_CMD} -e 's/lib doc man/lib man/g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>