1 | # $Id: Portfile 20486 2006-11-03 15:39:02Z blair@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | name wyrd |
---|
4 | version 1.4.3b |
---|
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://www.eecs.umich.edu/~pelzlpj/wyrd/ |
---|
16 | master_sites http://www.eecs.umich.edu/~pelzlpj/wyrd/ |
---|
17 | |
---|
18 | checksums md5 d428191d81769894cf773b8de6cae7ac \ |
---|
19 | |
---|
20 | depends_lib port:ocaml port:remind lib:libncurses:ncurses |
---|
21 | |
---|
22 | configure.args --mandir=${prefix}/share/man |
---|