Files
2018-05-02 17:29:21 -05:00

31 lines
933 B
Plaintext

PortSystem 1.0
name Renaissance-Framework
version 0.8.0
categories graphics gnustep cross devel
license GPL-2+
platforms darwin
maintainers nomaintainer
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 {
copy ${worksrcpath}/Source/Renaissance.framework \
${destroot}${frameworks_dir}/
}