# $Id: Portfile 38289 2008-07-15 04:06:14Z ryandesign@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name gnustep-gui version 0.12.0 platforms darwin maintainers nomaintainer description A library of graphical user interface Objective C classes long_description \ The GNUstep gui library is a library of graphical user interface classes \ written completely in the Objective-C language. The classes are based \ upon the OpenStep specification as release by NeXT Software, Inc. These \ classes include graphical objects such as buttons, text fields, popup \ lists, browser lists, and windows. There are also many associated \ classes for handling events, colors, fonts, pasteboards and images. checksums md5 13f1ec9910a99105ed0f1f79f2ff2db0 depends_lib port:aspell \ port:audiofile \ port:gnustep-base \ port:gnutls \ port:libpng \ port:libungif \ port:tiff use_configure yes post-destroot { system "cp -f ${filespath}/common_*.tiff \ ${destroot}${system_library}/Images" } platform darwin { # fix for étoilé patchfiles-append patch-GSToolbar.diff # no audio support depends_lib-delete port:audiofile configure.args-append --disable-gsnd }