Ticket #6215: Portfile

File Portfile, 848 bytes (added by joe@…, 18 years ago)

NEW port: LambdaMOO

Line 
1# $Id: Portfile,v 1.9 2005/12/07 21:14:55 joe Exp $
2PortSystem              1.0
3
4name                    lambdamoo
5version                 1.8.1
6categories              net
7maintainers             joe@opendarwin.org
8description             The most commonly used program to run MOOs
9long_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.
13homepage                http://www.moo.mud.org/
14master_sites            sourceforge
15distfiles               LambdaMOO-${version}
16distname                MOO-${version}
17checksums               md5 74572f17e16aee46320c3c0e82f5448a
18platforms               darwin
19
20build.target
21
22destroot {
23        xinstall -m 755 -d ${destroot}/${prefix}/bin
24        xinstall -m 755 -W ${worksrcpath} moo ${destroot}/${prefix}/bin
25}
26