1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name pennmush |
---|
5 | version 1.8.1p4 |
---|
6 | categories games |
---|
7 | maintainers amonre@amonre.org |
---|
8 | description The PennMUSH mud server |
---|
9 | long_description There are a number of flavors of MUSH server freely \ |
---|
10 | available to those who want to run their own MUSHes: TinyMUSH 3.0, \ |
---|
11 | TinyMUSH 2.2, TinyMUX 1.6, and PennMUSH 1.7.x. TinyMUSH uses a disk-based \ |
---|
12 | database, while PennMUSH keeps its database in the computer's memory \ |
---|
13 | (TinyMUX can do either). This makes PennMUSH suitable for computers which \ |
---|
14 | have plenty of memory or little disk space. From a user standpoint they \ |
---|
15 | offer many similar features and a very similar command parser. |
---|
16 | homepage http://www.pennmush.org/ |
---|
17 | |
---|
18 | master_sites http://download.pennmush.org/Source/ |
---|
19 | patch_sites http://studwww.ugent.be/~ddfreyne/pub/dports/games/pennmush/ |
---|
20 | patchfiles patch-Configure.diff patch-Makefile.SH.diff |
---|
21 | checksums ${distfiles} md5 9078100d019bffa0aac2baeb0fa5f6e4\ |
---|
22 | patch-Configure.diff md5 9b3f2bf5e9b1aa3f8e203b297ab572d7\ |
---|
23 | patch-Makefile.SH.diff md5 c4075152a7b2a08dcb711d29a0c56fef |
---|
24 | distname pennmush |
---|
25 | distfiles pennmush-1.8.1p4${extract.suffix} |
---|
26 | |
---|
27 | configure.cmd sh Configure -d |
---|
28 | configure.pre_args {} |
---|
29 | |
---|
30 | pre-build { |
---|
31 | xinstall options.h.dist options.h |
---|
32 | |
---|
33 | xinstall game/mushcnf.dst game/mush.cnf |
---|
34 | xinstall game/aliascnf.dst game/alias.cnf |
---|
35 | xinstall game/restrictcnf.dst game/restrict.cnf |
---|
36 | |
---|
37 | reinplace "s|GAMEDIR=|GAMEDIR=/opt/local/pennmush|g" game/restart |
---|
38 | } |
---|
39 | |
---|
40 | destroot.destdir GLOBAL_INSTALL=${destroot}${prefix}/pennmush |
---|
41 | destroot.target globalinstall |
---|