# $Id: Portfile,v 1.27 2004/01/24 00:09:13 matt Exp $ PortSystem 1.0 name tin version 1.6.2 revision 1 categories news platforms darwin maintainers matt@opendarwin.org homepage http://www.tin.org/ description A threaded NNTP and spool based UseNet newsreader long_description tin is a full-screen easy to use Usenet reader. It can read news \ locally or remotely via a NNTP (Network News Transport Protocol) \ server. It will automatically utilize NOV (News OVerview) style \ index files if available locally or via the NNTP XOVER command. master_sites ftp://ftp.tin.org/${name}/v1.6/ use_bzip2 yes checksums md5 3ab61ba7c7d3b7a3596ba199c570c4e4 configure.args --enable-break-long-lines \ --enable-nntp \ --with-coffee \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --with-defaults-dir=${prefix}/etc/${name} \ --sysconfdir=${prefix}/etc post-configure { reinplace "s|${prefix}|${destroot}${prefix}|" \ ${worksrcpath}/src/Makefile \ ${worksrcpath}/pcre/Makefile } build.dir ${worksrcpath}/src destroot.destdir prefix=${destroot}${prefix} \ mandir=${destroot}${prefix}/share/man pre-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -v -W ${worksrcpath}/doc \ auth.txt config-anomalies good-netkeeping-seal iso2asc.txt \ tools.txt umlauts.txt CHANGES filtering keymap.sample \ mailcap.sample reading-mail.txt WHATSNEW \ ${destroot}${prefix}/share/doc/${name} file mkdir ${destroot}${prefix}/etc/${name} file copy ${worksrcpath}/doc/tin.defaults \ ${destroot}${prefix}/etc/${name} } variant ipv6 { configure.args-append --enable-ipv6 } variant unstable { version 1.7.3 master_sites ftp://ftp.tin.org/${name}/v1.7/ checksums md5 3f067025c2fe5d05be0be5b1c19cc746 build.dir ${worksrcpath}/src }