# $Id: Portfile 26265 2007-06-17 22:08:24Z yves@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name gworkspace version 0.8.6 platforms darwin maintainers yves@macports.org homepage http://www.gnustep.it/enrico/gworkspace/ description GNUstep's Workspace Manager. long_description \ GWorkspace is a clone of the NeXT workspace manager \ with some added features as spatial viewing, \ real-time auditing of the file-system, \ an advanced database based search system, etc. depends_lib-append port:system-preferences master_sites ${homepage} checksums md5 16dc6b077517b60897cc0d057bb803f5 worksrcdir GWorkspace-${version} array set gnustep.post_flags { DBKit "-lgnustep-base" FSNode "-lgnustep-base -lgnustep-gui" Inspector "-lgnustep-base -lgnustep-gui \ -L../FSNode/FSNode.framework/Versions/Current -lFSNode" Operation "-lgnustep-base -lgnustep-gui" } use_configure yes post-destroot { xinstall -d ${destroot}${prefix}/GNUstep/Local/Applications cd ${worksrcpath}/Apps_wrappers system "cp -R *.app ${destroot}${prefix}/GNUstep/Local/Applications" } variant with_pdfkit { depends_lib-append port:pdfkit patchfiles-append patch-PDFKit }