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