Ticket #2475: Portfile

File Portfile, 1010 bytes (added by olaf@…, 19 years ago)

new Portfile

Line 
1# $Id: Portfile,v 1.11 2004/10/09 19:51:10 matt Exp $
2
3PortSystem              1.0
4name                    slrn
5version                 0.9.8.1
6categories              news net
7platforms               darwin
8revision                1
9maintainers             olaf@foellinger.de
10homepage                http://slrn.sourceforge.net/
11description             A powerful console-based newsreader
12
13long_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                       
18master_sites            sourceforge
19checksums               md5 9b613007df537444a5f8a4a2994fadb7
20
21use_bzip2               yes
22
23patchfiles              patch-Makefile.in
24
25configure.args          --with-libiconv-prefix=${prefix}
26
27depends_lib             lib:libslang.a:slang \
28                        lib:libiconv:libiconv
29
30# adds slrnpull
31variant pull            { configure.args-append --with-slrnpull }
32
33# ssl variant           (added by ealdrov@math.fsu.edu)
34variant ssl             {
35depends_lib             lib:libssl:openssl
36configure.args-append   --with-ssl \
37                        --with-ssl-library=/usr/lib \
38                        --with-ssl-includes=/usr/include/openssl
39}