# $Id: Portfile 139229 2015-08-08 03:10:35Z jeremyhu@macports.org $ PortSystem 1.0 name slrn version 1.0.1 categories news net platforms darwin maintainers foellinger.de:olaf homepage http://slrn.sourceforge.net/ description A powerful console-based newsreader long_description slrn is an easy to use but powerful NNTP/spool based \ newsreader. It is highly customizable, supports \ scoring, free key bindings, and can be extended using \ the SLang macro language. master_sites sourceforge:project/slrn/slrn checksums rmd160 4a1aa5b3a209e8aac50df0e5557eabfe22b13622 \ sha256 06b4a060939ec3077e5a060c7a2556747c96061a24eec2c09e1feacd5dbeaae6 depends_lib port:slang2 \ port:libiconv configure.args --with-libiconv-prefix=${prefix} \ --mandir=${prefix}/share/man \ --with-slang-library=${prefix}/lib \ --with-slang-includes=${prefix}/include # adds slrnpull variant pull { configure.args-append --with-slrnpull } # ssl variant (added by ealdrov@math.fsu.edu) variant ssl { configure.args-append --with-ssl=${prefix} \ --with-ssl-includes=${prefix}/include/openssl depends_lib-append path:lib/libssl.dylib:openssl } variant uudeview description {Use uudeview library to decode uuencoded articles} { # build dependency because uudeview provides only the static library libuu.a depends_build-append port:uudeview configure.args-append --with-uu=${prefix} }