1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name palm-db-tools |
---|
5 | version 0.3.6 |
---|
6 | categories palm databases |
---|
7 | maintainers cssdev@mac.com |
---|
8 | description convert between CSV text files and Palm databases |
---|
9 | long_description This package contains several utilities that allow \ |
---|
10 | you to convert text files to and from several \ |
---|
11 | different Palm Pilot flat-file database formats. \ |
---|
12 | The utilities support DB, MobileDB, List, and \ |
---|
13 | JFile v3.x formats. |
---|
14 | |
---|
15 | homepage http://pilot-db.sourceforge.net// |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | master_sites sourceforge http://distfiles.opendarwin.org/ |
---|
19 | master_sites.mirror_subdir ${name} |
---|
20 | distname ${name}-0_3_6 |
---|
21 | checksums md5 483d2b18dcc2ef8cd5f7e27715d43bfe |
---|
22 | |
---|
23 | worksrcdir ${name} |
---|
24 | configure.args --disable-warnings --enable-static |
---|
25 | |
---|
26 | destroot { |
---|
27 | xinstall -m 755 -W ${worksrcpath}/flatfile csv2pdb pdb2csv \ |
---|
28 | ${destroot}${prefix}/bin |
---|
29 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
30 | xinstall -m 644 -W ${worksrcpath}/docs manual.html manual.txt \ |
---|
31 | ${destroot}${prefix}/share/doc/${name} |
---|
32 | xinstall -m 644 ${worksrcpath}/models/xldbtools.xlt \ |
---|
33 | ${destroot}${prefix}/share/doc/${name} |
---|
34 | } |
---|