diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-17 22:11:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-17 22:11:40 +0000 |
commit | 8fac7a5ad0af59be3b3724b66aaca44f348ff6c5 (patch) | |
tree | 788f62764cb8dcfc1ec202addcb7166578742ce2 /games/ifm/Makefile | |
parent | 9e98e04fd75b43b25628490df9b59f4e8c3658b9 (diff) | |
download | ports-8fac7a5ad0af59be3b3724b66aaca44f348ff6c5.tar.gz ports-8fac7a5ad0af59be3b3724b66aaca44f348ff6c5.zip |
Notes
Diffstat (limited to 'games/ifm/Makefile')
-rw-r--r-- | games/ifm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index bbfb17675658..d50783de3e72 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -7,17 +7,16 @@ PORTNAME= ifm PORTVERSION= 5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games tk -MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/ -MASTER_SITE_SUBDIR= if-archive/mapping-tools +MASTER_SITES= http://www.ibiblio.org/pub/docs/interactive-fiction/mapping-tools/ MAINTAINER= akosela@andykosela.com COMMENT= Interactive Fiction mapper and walkthrough generator RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -USE_ZIP= yes +USE_GZIP= yes USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes |