# $Id: Portfile,v 1.16 2003/08/28 14:01:16 matt Exp $ PortSystem 1.0 name tin version 1.6.1 platforms darwin categories news homepage http://www.tin.org/ maintainers matt@opendarwin.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/tin/v1.6/ checksums md5 b7028d15d8f7fc929ebd97dda6ac2164 use_bzip2 yes configure.args --enable-break-long-lines \ --with-coffee build.cmd make build install.args prefix=${destroot}${prefix} variant ipv6 { configure.args-append --enable-ipv6 } variant unstable { version 1.7.0 master_sites ftp://ftp.tin.org/tin/v1.7/ checksums md5 ef79ab0768104d89eeac51e86ec56605 }