Ticket #717: Portfile

File Portfile, 966 bytes (added by fenner@…, 21 years ago)

malsync 2.1.1 Portfile

Line 
1# $Id: $
2PortSystem 1.0
3name            malsync
4version         2.1.1
5categories      comms           # not a great match
6maintainers     fenner@research.att.com
7homepage        http://www.tomw.org/malsync/
8master_sites    http://www.tomw.org/malsync/
9checksums       md5 b6342df8559a53a51cf3294ac06ed992
10distfiles       ${name}_${version}.src.tar.gz
11worksrcdir      malsync
12description     AvantGo.com palm pilot synchronization utility
13depends_lib     lib:pisock:pilot-link
14patchfiles      malsync.patch
15long_description MalSync is a command line tool that allows Palm \
16 Pilots to synchronize to the AvantGo.com server.
17configure       {}
18build           { system "make PREFIX=${prefix}" }
19install         {
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}