Ticket #312: Portfile_Tin

File Portfile_Tin, 1.0 KB (added by ports@…, 21 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 \
16         bin/rtin \
17         bin/tin \
18         man/man1/tin.1
19
20variant unstable {
21        version         1.5.15
22        checksums       md5 949f05d960dd37cf5872ff4483f94a6b
23        master_sites    ftp://ftp.tin.org/tin/v1.5/
24        contents \
25                bin/tin \
26                bin/rtin \
27                bin/url_handler.sh \
28                bin/metamutt \
29                bin/w2r.pl \
30                man/man1/tin.1 \
31                man/man1/rtin.1 \
32                man/man1/w2r.pl.1 \
33                man/man5/mbox.5 \
34                man/man5/mmdf.5 \
35                man/man5/tin.5 \
36                share/locale/de/LC_MESSAGES/tin.mo \
37                share/locale/en_GB/LC_MESSAGES/tin.mo \
38                share/locale/et/LC_MESSAGES/tin.mo \
39                share/locale/de/LC_MESSAGES \
40                share/locale/en_GB/LC_MESSAGES \
41                share/locale/et/LC_MESSAGES \
42                share/locale/de \
43                share/locale/en_GB \
44                share/locale/et
45}