# $Id: Portfile,v 1.3 2006/04/28 21:17:33 yves Exp $ PortSystem 1.0 name Renaissance version 0.8.0 categories graphics gnustep devel platforms darwin maintainers mww@opendarwin.org description create user interfaces via XML files long_description GNUstep Renaissance allows you to describe your user \ interfaces (that is, the windows in your application, and the \ buttons, boxes, textfields, etc in the windows) in simple and \ intuitive XML files, using an open, standard format describing \ the logic of the interface. homepage http://www.gnustep.it/Renaissance/ master_sites ${homepage}/Download/ checksums md5 520d8fe210491b5646bb4743a72560b1 depends_build port:gnustep-make-cocoa use_configure no build.cmd . ${prefix}/GNUstep/Cocoa/System/Library/Makefiles/GNUstep.sh && ${build.cmd} destroot { xinstall -m 755 -d ${destroot}/Library/Frameworks/ file copy ${worksrcpath}/Source/Renaissance.framework \ ${destroot}/Library/Frameworks/ }