# $Id: Portfile 30229 2007-10-22 23:01:24Z jmpp@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name gnustep version 0.18.1 epoch 200707 platforms darwin maintainers nomaintainer 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:PRICE \ port:TalkSoup \ port:Yap.app \ port:gworkspace \ port:windowmaker variant dev_tools { depends_lib-append \ port:ProjectManager \ port:Renaissance }