# $Id: Portfile 140940 2015-10-06 08:46:27Z ryandesign@macports.org $ PortSystem 1.0 name remind version 03.01.15 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 https://www.roaringpenguin.com/products/remind master_sites https://www.roaringpenguin.com/files/download/ checksums rmd160 645f4cee9c7ee45a02228a1a055fc86762dc4927 \ sha256 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1 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 { set docdir ${prefix}/share/${subport} xinstall -d ${destroot}${docdir} copy ${worksrcpath}/examples ${destroot}${docdir} }