You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
933 B
Plaintext
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}/
|
|
}
|