# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                jpilot
version             1.8.2
categories          palm
license             GPL-2
platforms           darwin
maintainers         nomaintainer

description         A Palm Pilot desktop for Unix
long_description    J-Pilot is a desktop organizer application for the palm pilot and other\
    Palm OS devices.  It is similar in functionality to the one that\
    3Com/Palm distributed.

homepage            http://www.jpilot.org/
master_sites        http://www.jpilot.org/

checksums           md5     8b539d8943ac75c7890fc5c071e89adb \
                    sha256  2c28ed7acea27ae3d541036f2e2ca5ed7e0121badf477e3cfa5ec8d282337e23

configure.args      --with-libiconv-prefix=${prefix} \
                    --with-pilot-prefix=${prefix}

depends_build       port:intltool \
                    port:pkgconfig
depends_lib         path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
                    port:libiconv \
                    port:pilot-link

livecheck.type      regex
livecheck.url       ${homepage}download.html
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
