# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name                remind
version             03.01.06
categories          textproc pim
platforms           darwin
maintainers         eridius
description         Remind is a sophisticated calendar and alarm program.
long_description    Remind is a sophisticated calendar and alarm service for UNIX. \
                    It is a command line application which interacts well with other \
                    programs. Remind offers a specialized scripting language which can \
                    be used to express rather complicated scheduling methods in just a few lines.

homepage            http://www.roaringpenguin.com/penguin/openSourceProducts/remind
master_sites        http://www.roaringpenguin.com/files/download/
checksums           md5 65e5052ebdeeb31689bc68e7854150d5 \
                    sha1 ede286bed901c140ccf27c1700682e18a10326cd \
                    rmd160 179f7a3212d351fe62eb73aae980fc578cd39d35

livecheck.type      regex
livecheck.regex     "remind-(.*?).tar.gz"

configure.args      --mandir=\\\${prefix}/share/man

destroot.destdir    prefix=${destroot}${prefix}

post-destroot {
    xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/
    file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/
}
