Ticket #11131: remind.patch

File remind.patch, 1.2 KB (added by kballard (Lily Ballard), 17 years ago)
  • textproc/remind/Portfile

     
    88platforms               darwin
    99maintainers             kevin@sb.org
    1010description             Remind is a sophisticated calendar and alarm program.
    11 long_description        ${description}
     11long_description        Remind is a sophisticated calendar and alarm service for UNIX. \
     12                        It is a command line application which interacts well with other \
     13                        programs. Remind offers a specialized scripting language which can \
     14                        be used to express rather complicated scheduling methods in just a few lines.
    1215
    13 homepage                http://www.roaringpenguin.com/penguin/open_source_remind.php
    14 master_sites    http://www.roaringpenguin.com/penguin/
     16homepage                http://www.roaringpenguin.com/penguin/openSourceProducts/remind
     17master_sites            http://www.roaringpenguin.com/files/download/
    1518checksums               md5 41258b5d1058cc6938ebd6279706ac48
    1619
    1720configure.args  --mandir=\\\${prefix}/share/man
     
    2225        xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/
    2326        file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/
    2427}
    25