Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name Renaissance-Framework
version 0.8.0
categories graphics gnustep cross devel
platforms darwin
maintainers nomaintainer@macports.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/
distname Renaissance-${version}
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}${prefix}/Library/Frameworks/
file copy ${worksrcpath}/Source/Renaissance.framework \
${destroot}${prefix}/Library/Frameworks/
}