1 | # $Id: Portfile,v 1.9 2005/12/07 21:14:55 joe Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name lambdamoo |
---|
5 | version 1.8.1 |
---|
6 | categories net |
---|
7 | maintainers joe@opendarwin.org |
---|
8 | description The most commonly used program to run MOOs |
---|
9 | long_description LambdaMOO is a network-accessible, multi-user, programmable, interactive \ |
---|
10 | system well-suited to the construction of text-based adventure games, \ |
---|
11 | conferencing systems, and other collaborative software. Its most common use, \ |
---|
12 | however, is as a multi-participant, low-bandwidth virtual reality. |
---|
13 | homepage http://www.moo.mud.org/ |
---|
14 | master_sites sourceforge |
---|
15 | distfiles LambdaMOO-${version} |
---|
16 | distname MOO-${version} |
---|
17 | checksums md5 74572f17e16aee46320c3c0e82f5448a |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | build.target |
---|
21 | |
---|
22 | destroot { |
---|
23 | xinstall -m 755 -d ${destroot}/${prefix}/bin |
---|
24 | xinstall -m 755 -W ${worksrcpath} moo ${destroot}/${prefix}/bin |
---|
25 | } |
---|
26 | |
---|