1 | # $Id: Portfile,v 1.10 2004/03/23 00:48:45 matt Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name slrn |
---|
5 | version 0.9.8.1 |
---|
6 | categories news net |
---|
7 | platforms darwin |
---|
8 | maintainers olaf@foellinger.de |
---|
9 | homepage http://slrn.sourceforge.net/ |
---|
10 | description A powerful console-based newsreader |
---|
11 | |
---|
12 | long_description slrn is an easy to use but powerful NNTP/spool based \ |
---|
13 | newsreader. It is highly customizable, supports \ |
---|
14 | scoring, free key bindings, and can be extended using \ |
---|
15 | the SLang macro language. |
---|
16 | |
---|
17 | master_sites sourceforge |
---|
18 | checksums md5 9b613007df537444a5f8a4a2994fadb7 |
---|
19 | |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | patchfiles patch-Makefile.in |
---|
23 | |
---|
24 | configure.args --with-libiconv-prefix=${prefix} |
---|
25 | |
---|
26 | depends_lib lib:libslang.a:slang \ |
---|
27 | lib:libiconv:libiconv |
---|
28 | |
---|
29 | # adds slrnpull |
---|
30 | variant pull { configure.args-append --with-slrnpull } |
---|
31 | |
---|