[19879] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 13:38:07 PDT 2006


Revision: 19879
          http://trac.macosforge.org/projects/macports/changeset/19879
Author:   yves at macports.org
Date:     2006-10-04 13:38:07 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
New wmcube dockapp

Added Paths:
-----------
    trunk/dports/x11/wmcube/
    trunk/dports/x11/wmcube/Portfile

Added: trunk/dports/x11/wmcube/Portfile
===================================================================
--- trunk/dports/x11/wmcube/Portfile	                        (rev 0)
+++ trunk/dports/x11/wmcube/Portfile	2006-10-04 20:38:07 UTC (rev 19879)
@@ -0,0 +1,30 @@
+# $Id: Portfile,v 1.6 2006/04/05 19:03:39 yves Exp $
+
+PortSystem       1.0
+name             wmcube
+version          0.98
+categories       x11
+maintainers      yves at macports.org
+description      3D objects tumbling about representing CPU load.
+long_description \
+    Many different objects and will select a random object \
+    if you click on the dockapp. \
+    The ability to zoom in/out and remove \
+    the percent label is present as well.
+homepage         http://dockapps.org/file.php/id/162
+platforms        darwin
+master_sites     http://dockapps.org/download.php/id/222/
+depends_lib      lib:libX11.6:XFree86
+checksums        md5 efc6f484c53f0a98a76925a6e1a74cd3
+
+worksrcdir      ${name}/${name}
+
+use_configure   no
+build.args      -f Makefile.OPENBSD
+
+destroot {
+    xinstall -m 755 -o root -g wheel ${worksrcpath}/${name} \
+        ${destroot}${prefix}/bin
+    file copy ${worksrcpath}/../3dObjects \
+        ${destroot}${prefix}/share/${name}
+}

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


More information about the macports-changes mailing list