1 | # $Id: Portfile,v 1.11 2004/10/09 19:51:10 matt Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name slrn |
---|
5 | version 0.9.8.1 |
---|
6 | categories news net |
---|
7 | platforms darwin |
---|
8 | revision 1 |
---|
9 | maintainers olaf@foellinger.de |
---|
10 | homepage http://slrn.sourceforge.net/ |
---|
11 | description A powerful console-based newsreader |
---|
12 | |
---|
13 | long_description slrn is an easy to use but powerful NNTP/spool based \ |
---|
14 | newsreader. It is highly customizable, supports \ |
---|
15 | scoring, free key bindings, and can be extended using \ |
---|
16 | the SLang macro language. |
---|
17 | |
---|
18 | master_sites sourceforge |
---|
19 | checksums md5 9b613007df537444a5f8a4a2994fadb7 |
---|
20 | |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | patchfiles patch-Makefile.in |
---|
24 | |
---|
25 | configure.args --with-libiconv-prefix=${prefix} |
---|
26 | |
---|
27 | depends_lib lib:libslang.a:slang \ |
---|
28 | lib:libiconv:libiconv |
---|
29 | |
---|
30 | # adds slrnpull |
---|
31 | variant pull { configure.args-append --with-slrnpull } |
---|
32 | |
---|
33 | # ssl variant (added by ealdrov@math.fsu.edu) |
---|
34 | variant ssl { |
---|
35 | depends_lib lib:libssl:openssl |
---|
36 | configure.args-append --with-ssl \ |
---|
37 | --with-ssl-library=/usr/lib \ |
---|
38 | --with-ssl-includes=/usr/include/openssl |
---|
39 | } |
---|