# $Id: Portfile,v 1.6 2003/03/03 07:09:34 mij Exp $ PortSystem 1.0 name mudix version 4.3 revision 2 categories net maintainers fkr@opendarwin.org description ncurses-based MUD client with triggers, aliases, colors long_description ncurses-based MUD client, targeted at people that dislike \ tintin++, tinyfugue, and don't want to use an X11 MUD client. homepage http://dw.nl.eu.org/mudix.html platforms darwin master_sites http://dw.nl.eu.org/mudix/ checksums md5 8a360b6fd1207c5aa4d8775c16a38705 install { cd ${worksrcpath} system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 555 mudix ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}" system "install -o root -m 644 sample.usr ${destroot}${prefix}/share/${name}" }