Changeset 79090
- Timestamp:
- 06/01/11 21:06:06 (4 years ago)
- Location:
- trunk/dports/devel/roboctl
- Files:
-
- 3 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files (added)
-
files/patch-Commands-Legoctl-Makefile.diff (added)
-
files/patch-Scripts-lego_bluetooth_config.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/roboctl/Portfile
r54437 r79090 4 4 5 5 name roboctl 6 version 0.3. 66 version 0.3.7 7 7 categories devel 8 8 platforms darwin 9 9 maintainers tds.net:jwbacon 10 license BSD 10 11 11 12 description Communication tools for Lego and VEX robots … … 17 18 http://jbacon.dyndns.org/~bacon/Ports/distfiles/ 18 19 19 checksums md5 1a9e5d45367359fbcbd16370f29ae899 \ 20 sha1 17e2bbbcd4189c9baf4b212b8f6c2d98423a2b91 \ 21 rmd160 136c6c532a860321bd2b0341b32a504660cd2ff6 20 checksums sha1 6edf410f34d3c3507c48cf10b13c9aa946acef33 \ 21 rmd160 e7cbc213e6aa20ecd09439dbb9d035948805b09f 22 23 depends_lib port:libusb-compat 24 25 patchfiles patch-Commands-Legoctl-Makefile.diff 22 26 23 27 use_configure no 24 28 25 depends_lib port:libusb-compat 29 build.args LOCALBASE=${prefix} \ 30 PREFIX=${prefix} \ 31 MANPREFIX=${prefix}/share \ 32 CC="${configure.cc} ${configure.cc_archflags}" 33 34 pre-build { 35 system "cd ${worksrcpath} && make depend [join ${build.args}]" 36 } 26 37 27 38 destroot.destdir PREFIX=${destroot}${prefix} 28 build.cmd "make depend && make" 29 build.args "LOCALBASE=${prefix} PREFIX=${prefix} MANPREFIX=${prefix}/share" 30 destroot.args "MANPREFIX=${prefix}/share" 31 post-patch { 39 destroot.args MANPREFIX=${prefix}/share 40 41 platform darwin { 32 42 if {${os.major} >= 9} { 33 reinplace "s|echo -e|echo|g" \ 34 ${worksrcpath}/Commands/Legoctl/Makefile \ 35 ${worksrcpath}/Commands/Vexctl/Makefile \ 36 ${worksrcpath}/Libs/C/Makefile 43 patchfiles-append patch-Scripts-lego_bluetooth_config.diff 37 44 } 38 45 }
Note: See TracChangeset
for help on using the changeset viewer.

