|
Lines 6-17
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= tin |
8 |
PORTNAME= tin |
| 9 |
PORTVERSION= 1.8.2 |
9 |
PORTVERSION= 1.8.3 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES+= news ipv6 |
10 |
CATEGORIES+= news ipv6 |
| 12 |
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ |
11 |
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ |
| 13 |
ftp://ftp.stikman.com/pub/tin/stable/ \ |
12 |
ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \ |
| 14 |
ftp://ftp.sunet.se/pub/news/readers/tin/stable/ |
13 |
ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/ \ |
|
|
14 |
ftp://ftp.ka.nu/pub/news/clients/tin/stable/ \ |
| 15 |
ftp://ftp.tau.ac.il/pub/unix/news/tin/stable/ \ |
| 16 |
ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/stable/ \ |
| 17 |
ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \ |
| 18 |
ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/ \ |
| 19 |
ftp://ftp.karlsruhe.org/pub/news/clients/tin/stable/ \ |
| 20 |
ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/ \ |
| 21 |
ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/stable/ \ |
| 22 |
ftp://ftp.informatik.uni-hamburg.de/pub/soft/news/tin/stable/ |
| 15 |
|
23 |
|
| 16 |
MAINTAINER?= ache@FreeBSD.org |
24 |
MAINTAINER?= ache@FreeBSD.org |
| 17 |
COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support |
25 |
COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support |
|
Lines 39-45
Link Here
|
| 39 |
--with-screen=ncurses \ |
47 |
--with-screen=ncurses \ |
| 40 |
--enable-break-long-lines \ |
48 |
--enable-break-long-lines \ |
| 41 |
--with-libiconv-prefix=${LOCALBASE} \ |
49 |
--with-libiconv-prefix=${LOCALBASE} \ |
| 42 |
--with-mime-default-charset=US-ASCII |
50 |
--with-mime-default-charset=US-ASCII \ |
|
|
51 |
--enable-ipv6 |
| 43 |
CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ |
52 |
CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ |
| 44 |
CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \ |
53 |
CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \ |
| 45 |
LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' |
54 |
LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' |
|
Lines 83-94
Link Here
|
| 83 |
(exists(${LOCALBASE}/bin/metamail) && !defined(WITHOUT_TIN_METAMAIL)) |
92 |
(exists(${LOCALBASE}/bin/metamail) && !defined(WITHOUT_TIN_METAMAIL)) |
| 84 |
RUN_DEPENDS+= metamail:${PORTSDIR}/mail/metamail |
93 |
RUN_DEPENDS+= metamail:${PORTSDIR}/mail/metamail |
| 85 |
CONFIGURE_ARGS+= --with-metamail=${PREFIX}/bin/metamail |
94 |
CONFIGURE_ARGS+= --with-metamail=${PREFIX}/bin/metamail |
| 86 |
.endif |
|
|
| 87 |
|
| 88 |
.if ${OSVERSION} >= 400014 |
| 89 |
CONFIGURE_ARGS+= --enable-ipv6 |
| 90 |
.else |
| 91 |
CONFIGURE_ARGS+= --disable-ipv6 |
| 92 |
.endif |
95 |
.endif |
| 93 |
|
96 |
|
| 94 |
post-patch: |
97 |
post-patch: |