# $Id: Portfile 27115 2007-07-19 22:26:17Z yves@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name Etoile version 0.1.9 revision 3 platforms darwin maintainers nomaintainer@macports.org homepage http://www.etoile-project.org/ description GNUstep based user environnement long_description \ Etoile intends to be an innovative GNUstep-based user environment \ built from the ground up on highly modular and light components \ with project and document orientation in mind. fetch.type svn svn.tag 2097 svn.url http://svn.gna.org/svn/etoile/stable/Etoile depends_build bin:svn:subversion depends_lib port:SQLClient \ port:dbus \ port:oniguruma5 \ port:poppler worksrcdir ${name} patchfiles patch-etoile.make \ patch-PopplerKit-config.sh array set gnustep.post_flags { Frameworks/AddressesKit/Frameworks/AddressView -lAddresses Frameworks/BookmarkKit -lCollectionKit Frameworks/SystemConfig -lX11 } post-patch { reinplace "s|SCSound.m||" \ ${worksrcpath}/Frameworks/SystemConfig/Source/GNUmakefile reinplace "s|/usr|${prefix}|g" \ ${worksrcpath}/Services/Private/System/GNUmakefile } build.args azalea=no background=no dock=no login=no corner=no idle=no azswitch=no \ jabber=no outerspace=no sketch=no destroot.args azalea=no background=no dock=no login=no corner=no idle=no azswitch=no \ jabber=no outerspace=no sketch=no post-destroot { cd ${destroot}${prefix} xinstall -d GNUstep/Local/Library/Themes copy ${worksrcpath}/Bundles/Camaelon/Nesedah.theme \ GNUstep/Local/Library/Themes copy ${worksrcpath}/Services/User/Calc/Calc.app \ GNUstep/Local/Applications cd GNUstep/Local/Tools ln -s ../Applications/Calc.app/Calc cd ../Library/Headers delete AddressBook ln -s Addresses AddressBook }