Ticket #2294: Portfile

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

portfile for slrn version 0.9.8.1, tested

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