| 1 | --- Portfile.orig Sun Jul 1 19:19:28 2007 |
|---|
| 2 | +++ Portfile Sun Jul 1 19:40:44 2007 |
|---|
| 3 | @@ -1,21 +1,20 @@ |
|---|
| 4 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
|---|
| 5 | |
|---|
| 6 | PortSystem 1.0 |
|---|
| 7 | -name tf |
|---|
| 8 | -version 5.0b7 |
|---|
| 9 | +name tinyfugue |
|---|
| 10 | +version 5.0b8 |
|---|
| 11 | categories net games |
|---|
| 12 | maintainers nomaintainer@macports.org |
|---|
| 13 | description popular and powerful MUD client |
|---|
| 14 | long_description TinyFugue is a powerful, programmable MUD \ |
|---|
| 15 | client with macro support and multi-worlding support. |
|---|
| 16 | -homepage http://tf.tcp.com/ |
|---|
| 17 | +homepage http://tinyfugue.sourceforge.net/ |
|---|
| 18 | platforms darwin linux |
|---|
| 19 | |
|---|
| 20 | -master_sites http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \ |
|---|
| 21 | - ftp://tf.tcp.com/pub/tinyfugue/ |
|---|
| 22 | +master_sites sourceforge |
|---|
| 23 | regsub -all "\\." $version "" distVersion |
|---|
| 24 | -distname ${name}-${distVersion} |
|---|
| 25 | -checksums md5 6652b7eda8a200d28e8184c1659137a2 |
|---|
| 26 | +distname tf-${distVersion} |
|---|
| 27 | +checksums md5 3e994e791966d274f63b0e61abf2ef59 |
|---|
| 28 | |
|---|
| 29 | configure.args --mandir=\\\${prefix}/share/man \ |
|---|
| 30 | --enable-manpage \ |
|---|