# $Id: Portfile 72429 2010-10-14 19:08:25Z nottwo@macports.org $

PortSystem 1.0

name                remind
version             03.01.09
categories          textproc pim
platforms           darwin
maintainers         nomaintainer
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/products/remind
master_sites        http://www.roaringpenguin.com/files/download/
checksums           md5 261a5fb774a1d671cc71e36fd0ea02b3 \
                    sha1 275f5375ac74269fa23df0c7de7aa9226e222e8a

patchfiles          patch-remove-apple-nag.patch
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}/
}
