# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name legoctl version 0.2 categories devel maintainers tds.net:jwbacon 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 }