RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/palm/palm-db-tools/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
4 | 4 | |
5 | 5 | name palm-db-tools |
6 | 6 | version 0.3.6 |
| 7 | revision 1 |
7 | 8 | categories palm databases |
8 | 9 | maintainers cssdev@mac.com |
9 | 10 | description convert between CSV text files and Palm databases |
… |
… |
|
24 | 25 | worksrcdir ${name} |
25 | 26 | configure.args --disable-warnings --enable-static |
26 | 27 | |
| 28 | # Patch one of the Makefiles to link with the C++ compiler. |
| 29 | post-patch { |
| 30 | reinplace "s|LD = $\(CC\)|LD = $\(CXX\)|" ${worksrcpath}/flatfile/Makefile.in |
| 31 | } |
| 32 | |
27 | 33 | destroot { |
28 | 34 | xinstall -m 755 -W ${worksrcpath}/flatfile csv2pdb pdb2csv \ |
29 | 35 | ${destroot}${prefix}/bin |