[29570] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 30 01:56:14 PDT 2007


Revision: 29570
          http://trac.macosforge.org/projects/macports/changeset/29570
Author:   jann at macports.org
Date:     2007-09-30 01:56:14 -0700 (Sun, 30 Sep 2007)

Log Message:
-----------
new port, ticket #12600

Added Paths:
-----------
    trunk/dports/devel/legoctl/
    trunk/dports/devel/legoctl/Portfile

Added: trunk/dports/devel/legoctl/Portfile
===================================================================
--- trunk/dports/devel/legoctl/Portfile	                        (rev 0)
+++ trunk/dports/devel/legoctl/Portfile	2007-09-30 08:56:14 UTC (rev 29570)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem          1.0
+name                legoctl
+version             0.2
+categories          devel
+maintainers         jwbacon at tds.net
+description         Lego Mindstorms robotics communication tool
+long_description    Tools for communicating with and controlling Lego \
+                    Mindstorms robitics bricks.
+homepage            http://personalpages.tds.net/~jwbacon/Ports
+master_sites        http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
+                    http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
+checksums           md5 dcd405458eec542e0d7770ffe2b89f7d
+use_configure       no
+depends_lib         port:libusb
+destroot.destdir    PREFIX=${destroot}${prefix}
+build.args          PREFIX=${prefix}
+destroot {
+    xinstall -m 0555 ${worksrcpath}/Commands/Legoctl/legoctl ${destroot}${prefix}/bin
+    xinstall -m 0444 ${worksrcpath}/Libs/C/liblegoctl.a ${destroot}${prefix}/lib
+    xinstall -m 0444 ${worksrcpath}/Commands/Legoctl/legoctl.1 ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/devel/legoctl/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list