# $Id: Portfile 26270 2007-06-17 23:24:38Z yves@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name gnustep version 0.18.1 epoch 200706 platforms darwin maintainers yves@macports.org description GNUstep meta port long_description \ This is the GNUstep Desktop and Applications suite. \ Also provides a user-friendly environment configuration script. distfiles fetch { } checksum { } configure { } build { } destroot { xinstall -d ${destroot}${prefix}/GNUstep/Local/Tools xinstall -m 755 ${filespath}/config-gnustep-user.sh \ ${destroot}${prefix}/GNUstep/Local/Tools reinplace "s|@PREFIX@|${prefix}|g" \ ${destroot}${prefix}/GNUstep/Local/Tools/config-gnustep-user.sh } post-install { ui_msg "\n\n\ Every user will be surely glad to run the 'config-gnustep-user.sh' script \n\ to set up a nice GNUstep environment. \n" } depends_lib-append \ port:ArtResources \ port:GMastermind \ port:GMines \ port:GNUMail \ port:Jigsaw \ port:PRICE \ port:TalkSoup \ port:Yap.app \ port:gworkspace \ port:windowmaker variant devel { depends_lib-append \ port:ProjectManager \ port:Renaissance }