# $Id: Portfile,v 1.8 2003/03/03 06:55:19 mij Exp $ PortSystem 1.0 name shadowirc version 2.0a categories irc maintainers landonf@opendarwin.org distname shadowirc description GPL licensed GUI IRC client for Mac OS X long_description ShadowIRC is a new MacOS IRC client, written specifically with \ speed and extensibility in mind. ShadowIRC is extensible with \ C-coded plugins, compiled with CodeWarrior. This makes ShadowIRC \ plugins much faster and much more flexible than Ircle's \ AppleScript-based scripts. platforms darwin fetch.type cvs cvs.root :pserver:anonymous@cvs.shadowirc.sourceforge.net:/cvsroot/shadowirc cvs.module shadowirc configure {} build.type pbx build.target "" build.args -buildstyle Deployment install.target install DSTROOT=/ # Work around bug in plugins code post-install { file mkdir /Applications/ShadowIRC.app/Contents/MacOS/Plugins } contents /Applications/ShadowIRC.app registry.contents_recurse yes