|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= tin |
8 |
PORTNAME= tin |
| 9 |
PORTVERSION= 1.8.3 |
9 |
PORTVERSION= 1.8.3 |
| 10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
| 11 |
CATEGORIES+= news ipv6 |
11 |
CATEGORIES+= news ipv6 |
| 12 |
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ |
12 |
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ |
| 13 |
ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \ |
13 |
ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \ |
|
Lines 35-40
Link Here
|
| 35 |
USE_ICONV= yes |
35 |
USE_ICONV= yes |
| 36 |
GNU_CONFIGURE= yes |
36 |
GNU_CONFIGURE= yes |
| 37 |
WITH_TIN_EDITOR?= /usr/bin/ee |
37 |
WITH_TIN_EDITOR?= /usr/bin/ee |
|
|
38 |
WITH_TIN_SCREEN?= ncurses |
| 38 |
|
39 |
|
| 39 |
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii |
40 |
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii |
| 40 |
# national environment. |
41 |
# national environment. |
|
Lines 45-51
Link Here
|
| 45 |
--with-editor=${WITH_TIN_EDITOR} \ |
46 |
--with-editor=${WITH_TIN_EDITOR} \ |
| 46 |
--enable-nls \ |
47 |
--enable-nls \ |
| 47 |
--with-pcre=yes \ |
48 |
--with-pcre=yes \ |
| 48 |
--with-screen=ncurses \ |
49 |
--with-screen=${WITH_TIN_SCREEN} \ |
| 49 |
--enable-break-long-lines \ |
50 |
--enable-break-long-lines \ |
| 50 |
--with-libiconv-prefix=${LOCALBASE} \ |
51 |
--with-libiconv-prefix=${LOCALBASE} \ |
| 51 |
--with-mime-default-charset=US-ASCII \ |
52 |
--with-mime-default-charset=US-ASCII \ |