# $Id: Portfile,v 1.2 2005/09/13 06:57:38 olegb Exp $
PortSystem 1.0
name		macirssi
version		2004-12-11
description	An aquafied irssi (irc chat client).
long_description	MacIrssi is a powerful, free of charge, open source \
			IRC client. It combines the power of the irssi engine \
			with an elegant and flexible GUI.
maintainers	darwinports@opendarwin.org
categories	aqua irc
platforms	darwin 
homepage	http://www.g1m0.se/macirssi/
master_sites	${homepage}
distname	MacIrssi_${version}
worksrcdir	MacIrssi
extract.suffix	.tgz
checksums	md5 56ffb7058ae032d5f42538aaa229c4f9
use_configure   no
build.type      pbx
build.target
build.args      -buildstyle Deployment -target MacIrssi

destroot {
	cd ${worksrcpath}
	set appPath ${destroot}/Applications/DarwinPorts
	xinstall -d -m 0755 ${appPath}
	set cmd "cp -R build/MacIrssi.app ${appPath}/MacIrssi.app"
	ui_info ${cmd}; system ${cmd}
}
