Ticket #1656: Portfile

File Portfile, 792 bytes (added by olaf@…, 20 years ago)

new Portfile

Line 
1# $Id: Portfile,v 1.8 2004/01/14 11:47:07 jkh Exp $
2
3PortSystem      1.0
4name            slrn
5version         0.9.8.0
6revision        1
7description     A powerful console-based newsreader
8long_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.
11categories      news net
12homepage        http://slrn.sourceforge.net/
13platforms       darwin
14maintainers     olaf@foellinger.de
15master_sites    sourceforge
16checksums   md5 47e9931771114ba192356a0473e9649e
17patchfiles      patch-Makefile.in
18use_bzip2       yes
19configure.args  --with-libiconv-prefix=${prefix}
20depends_lib     lib:libslang.a:slang lib:libiconv:libiconv
21
22# adds slrnpull
23variant                 pull {
24        configure.args-append   --with-slrnpull
25}
26