1 | # $Id: Portfile 30141 2007-10-21 13:27:40Z nox@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | name wyrd |
---|
4 | version 1.4.4 |
---|
5 | categories textproc pim |
---|
6 | maintainers henry@hjst.org |
---|
7 | |
---|
8 | description an ncurses based front-end for remind. |
---|
9 | long_description Wyrd is a text-based front-end to Remind, a sophisticated \ |
---|
10 | calendar and alarm program. Wyrd is designed to make you \ |
---|
11 | more efficient at editing your reminder files directly. It \ |
---|
12 | also offers a scrollable timetable suitable for visualizing \ |
---|
13 | your schedule at a glance. |
---|
14 | |
---|
15 | homepage http://pessimization.com/software/wyrd/ |
---|
16 | master_sites http://pessimization.com/software/wyrd/ |
---|
17 | |
---|
18 | checksums md5 a376c05ba614625da06082d850c742c7 \ |
---|
19 | sha1 86353034316e7d5f061ae2c11f7703912a29fe70 \ |
---|
20 | rmd160 8478610ab5d071910b638b46f84b119f81826a7b |
---|
21 | |
---|
22 | depends_lib port:ocaml port:remind port:ncurses |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|