1998-10-19 19:00:15 +02:00
|
|
|
# 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$
|
1998-10-19 19:00:15 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= ifm
|
2007-06-22 04:45:18 +02:00
|
|
|
PORTVERSION= 5.2
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= games tk
|
2007-06-22 04:45:18 +02:00
|
|
|
MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/
|
2005-01-16 11:12:35 +01:00
|
|
|
MASTER_SITE_SUBDIR= if-archive/mapping-tools
|
1998-10-19 19:00:15 +02:00
|
|
|
|
2007-06-22 04:45:18 +02:00
|
|
|
MAINTAINER= andy.kosela@gmail.com
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Interactive Fiction mapper and walkthrough generator
|
1998-10-19 19:00:15 +02:00
|
|
|
|
2003-10-18 23:52:35 +02:00
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
1998-10-19 19:00:15 +02:00
|
|
|
|
2006-11-08 07:33:32 +01:00
|
|
|
USE_PERL5= yes
|
1998-10-19 19:00:15 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-10-18 23:52:35 +02:00
|
|
|
CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
|
1998-10-19 19:00:15 +02:00
|
|
|
|
2004-08-22 12:52:50 +02:00
|
|
|
post-patch:
|
2006-10-07 04:24:56 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in
|
2004-06-15 12:25:48 +02:00
|
|
|
|
1998-10-19 19:00:15 +02:00
|
|
|
post-install:
|
2004-08-22 12:52:50 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ifm.pdf ${DOCSDIR}
|
|
|
|
@${MKDIR} ${DOCSDIR}/html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ifm/* ${DOCSDIR}/html
|
|
|
|
.endif
|
1998-10-19 19:00:15 +02:00
|
|
|
|
2006-11-08 07:33:32 +01:00
|
|
|
.include <bsd.port.mk>
|