1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Primary master site is slow; use my mirror.

- Get rid of Perl dependency: use ${REINPLACE_CMD} instead.
- Assign maintainership to submitter.

PR:		ports/103234
Submitted by:	Andy Kosela <spear@protect-ya-neck.com>
This commit is contained in:
Shaun Amott 2006-10-07 02:24:56 +00:00
parent ea8534626a
commit 35f1320c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174702

View File

@ -8,24 +8,22 @@
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_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.ifarchive.org/%SUBDIR%/
MASTER_SITE_SUBDIR= if-archive/mapping-tools
MAINTAINER= ports@FreeBSD.org
MAINTAINER= spear@protect-ya-neck.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:
@${PERL} -pi -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)