[19694] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 22 21:02:35 PDT 2006


Revision: 19694
          http://trac.macosforge.org/projects/macports/changeset/19694
Author:   yves at macports.org
Date:     2006-09-22 21:02:34 -0700 (Fri, 22 Sep 2006)

Log Message:
-----------
switch Renaissance to Renaissance-Framework

Added Paths:
-----------
    trunk/dports/graphics/Renaissance-Framework/
    trunk/dports/graphics/Renaissance-Framework/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/Renaissance/

Added: trunk/dports/graphics/Renaissance-Framework/Portfile
===================================================================
--- trunk/dports/graphics/Renaissance-Framework/Portfile	                        (rev 0)
+++ trunk/dports/graphics/Renaissance-Framework/Portfile	2006-09-23 04:02:34 UTC (rev 19694)
@@ -0,0 +1,32 @@
+# $Id: Portfile,v 1.1 2006/07/28 04:20:05 yves Exp $
+
+PortSystem 1.0
+
+name			Renaissance-Framework
+version			0.8.0
+categories		graphics gnustep cross devel
+platforms		darwin
+maintainers mww at 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/
+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/
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060922/219f3207/attachment.html


More information about the macports-changes mailing list