--- Portfile.orig Thu Jan 15 11:37:08 2004 +++ Portfile Sat Mar 20 21:49:03 2004 @@ -3,6 +3,7 @@ PortSystem 1.0 name slrn version 0.9.8.0 +revision 1 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 \ @@ -17,3 +18,9 @@ use_bzip2 yes configure.args --with-libiconv-prefix=${prefix} depends_lib lib:libslang.a:slang lib:libiconv:libiconv + +# adds slrnpull +variant pull { + configure.args-append --with-slrnpull +} +