# $Id: Portfile 20307 2006-11-01 21:21:02Z blair@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name TalkSoup version 1.0alpha platforms darwin maintainers yves@macports.org homepage http://talksoup.aeruder.net/ description IRC client for GNUstep. long_description \ TalkSoup is an IRC client for OS X and any platform supported by GNUstep. \ It is highly configurable and extensible \ with a fully-featured plugin system already in place. \ It has all the features one would expect from a graphical IRC client. master_sites sourceforge:talksoup checksums md5 8c0970d44441fe7401b92779a461b6f6 use_bzip2 yes depends_lib-append port:netclasses array set gnustep.post_flags { TalkSoupBundles "-lobjc -lgnustep-base" } post-patch { reinplace "s|__APPLE__|NeXT_Foundation_LIBRARY|g" \ ${worksrcpath}/Output/GNUstepOutput/Misc/NSObjectAdditions.m }