# $Id: Portfile 104007 2013-03-12 20:36:48Z larryv@macports.org $

PortSystem 1.0

name                remind
version             03.01.12
categories          textproc pim
license             GPL-2
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           rmd160  d98fb10ae9d6cbf5277ded13debe1ccd05bc9fb1 \
                    sha256  b8c7773ebbae80c7f340073c0c7f73124672c56a950d721f6afdab7b29f9cbb9

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}/
}
