1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name openvex |
---|
4 | version 0.5.0 |
---|
5 | categories devel |
---|
6 | maintainers jwbacon@tds.net |
---|
7 | description Open source Vex robotics firmware |
---|
8 | long_description Open source firmware for Vex robotics controllers \ |
---|
9 | based on the PIC 18f8520 |
---|
10 | platforms darwin |
---|
11 | homepage http://personalpages.tds.net/~jwbacon/vex.html |
---|
12 | master_sites http://personalpages.tds.net/~jwbacon/Ports/distfiles |
---|
13 | use_configure no |
---|
14 | post-patch { |
---|
15 | reinplace "s|man/man1|share/man/man1|g" "${worksrcpath}/Makefile" |
---|
16 | reinplace "s|usr/local|opt/local|g" \ |
---|
17 | "${worksrcpath}/openvex-new-project" |
---|
18 | reinplace "s|usr/local|opt/local|g" \ |
---|
19 | "${worksrcpath}/Include/Makefile.sdcc_defs" |
---|
20 | reinplace "s|usr/local|opt/local|g" \ |
---|
21 | "${worksrcpath}/Doc/openvex.man" |
---|
22 | } |
---|
23 | depends_build port:gputils port:sdcc |
---|
24 | depends_run port:gputils port:sdcc |
---|
25 | build.cmd "make depend && make" |
---|
26 | destroot.destdir PREFIX=${destroot}${prefix} \ |
---|
27 | MANPREFIX=${destroot}${prefix} |
---|
28 | checksums rmd160 eae01fc69bc1b419a849ac79b2b4976a8b604c14 \ |
---|
29 | sha256 1d7d2ef89af1c8e289bf790a3f4420a506f99c5496323348278a4e3eddcdb85e |
---|