# $Id: Portfile,v 1.8 2005/05/09 18:40:12 jmpp Exp $

PortSystem 1.0
name		        mudix	
version		        4.3	
revision	        2	
categories	        net
maintainers	        darwinports@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

destroot       { 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}" }
