Ticket #280: Portfile_Tin

File Portfile_Tin, 490 bytes (added by ports@…, 22 years ago)

Modified Tin's portfile

Line 
1PortSystem 1.0
2name            tin
3version         1.4.6
4platforms       darwin
5categories      news
6maintainers     ports@syrius.org
7description     tin is a threaded NNTP and spool based UseNet newsreader
8master_sites    ftp://ftp.tin.org/tin/v1.4/
9checksums       md5 6c72c92c715fbd875b953e9dbfec7744
10build.cmd       make build
11configure.args  --enable-break-long-lines \
12                --with-coffee \
13                --disable-locale \
14
15contents \
16bin/rtin \
17bin/tin \
18man/man1/tin.1
19
20variant unstable {
21        version         1.5.15
22        master_sites    ftp://ftp.tin.org/tin/v1.5/
23}