1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name malsync |
---|
4 | version 2.1.1 |
---|
5 | categories comms # not a great match |
---|
6 | maintainers fenner@research.att.com |
---|
7 | homepage http://www.tomw.org/malsync/ |
---|
8 | master_sites http://www.tomw.org/malsync/ |
---|
9 | checksums md5 b6342df8559a53a51cf3294ac06ed992 |
---|
10 | distfiles ${name}_${version}.src.tar.gz |
---|
11 | worksrcdir malsync |
---|
12 | description AvantGo.com palm pilot synchronization utility |
---|
13 | depends_lib lib:pisock:pilot-link |
---|
14 | patchfiles malsync.patch |
---|
15 | long_description MalSync is a command line tool that allows Palm \ |
---|
16 | Pilots to synchronize to the AvantGo.com server. |
---|
17 | configure {} |
---|
18 | build { system "make PREFIX=${prefix}" } |
---|
19 | install { |
---|
20 | system "install -m 755 ${workpath}/${worksrcdir}/malsync ${workpath}/${destdir}${prefix}/bin" |
---|
21 | set docdst "${workpath}/${destdir}${prefix}/share/doc/malsync" |
---|
22 | system "install -d ${docdst}" |
---|
23 | system "install -m 644 ${workpath}/${worksrcdir}/Doc/README_AvantGo ${docdst}" |
---|
24 | system "install -m 644 ${workpath}/${worksrcdir}/Doc/README_malsync ${docdst}" |
---|
25 | } |
---|