Ticket #11131: remind.patch
File remind.patch, 1.2 KB (added by kballard (Lily Ballard), 18 years ago) |
---|
-
textproc/remind/Portfile
8 8 platforms darwin 9 9 maintainers kevin@sb.org 10 10 description Remind is a sophisticated calendar and alarm program. 11 long_description ${description} 11 long_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. 12 15 13 homepage http://www.roaringpenguin.com/penguin/open _source_remind.php14 master_sites http://www.roaringpenguin.com/penguin/16 homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind 17 master_sites http://www.roaringpenguin.com/files/download/ 15 18 checksums md5 41258b5d1058cc6938ebd6279706ac48 16 19 17 20 configure.args --mandir=\\\${prefix}/share/man … … 22 25 xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/ 23 26 file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/ 24 27 } 25