View | Details | Raw Unified | Return to bug 46858
Collapse All | Expand All

(-)tin/Makefile (-14 / +31 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	tin
8
PORTNAME=	tin
9
PORTVERSION=    1.5.12
9
PORTVERSION=    1.5.16
10
PORTREVISION=	1
11
CATEGORIES+=	news ipv6
10
CATEGORIES+=	news ipv6
12
MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \
11
MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/unstable/snapshots/
13
		ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \
14
		ftp://ftp.nuxi.com/pub/tin/v1.5/
15
12
16
MAINTAINER?=    ache@FreeBSD.org
13
MAINTAINER?=    ache@FreeBSD.org
17
14
Lines 26-42 Link Here
26
		--with-spooldir=/var/news \
23
		--with-spooldir=/var/news \
27
		--with-libdir=${PREFIX}/news/lib \
24
		--with-libdir=${PREFIX}/news/lib \
28
		--with-defaults-dir=${PREFIX}/etc \
25
		--with-defaults-dir=${PREFIX}/etc \
29
		--with-editor=/usr/bin/ee \
30
		--enable-nls \
26
		--enable-nls \
31
		--enable-ipv6 \
27
		--with-screen=ncurses \
32
		--enable-curses \
33
		--with-ncurses \
34
		--disable-mime-strict-charset \
35
		--enable-forgery \
36
		--enable-break-long-lines \
28
		--enable-break-long-lines \
37
		--with-pgp=${PREFIX}/bin/pgp \
38
		--with-ispell=${PREFIX}/bin/ispell \
39
		--with-metamail=${PREFIX}/bin/metamail \
40
		--with-mime-default-charset=US-ASCII
29
		--with-mime-default-charset=US-ASCII
41
CONFIGURE_ENV=  CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \
30
CONFIGURE_ENV=  CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \
42
		CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \
31
		CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \
Lines 47-52 Link Here
47
36
48
.if defined(WITH_TIN_NNTP_ONLY)
37
.if defined(WITH_TIN_NNTP_ONLY)
49
CONFIGURE_ARGS+=	--enable-nntp-only
38
CONFIGURE_ARGS+=	--enable-nntp-only
39
.endif
40
41
.if defined(WITH_TIN_PGP)
42
BUILD_DEPENDS+=	${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp6
43
CONFIGURE_ARGS+=	--with-pgp=${LOCALBASE}/bin/pgp \
44
		--without-pgpk \
45
		--without-gpg
46
.elif defined(WITH_TIN_GPG)
47
BUILD_DEPENDS+=	${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
48
CONFIGURE_ARGS+=	--with-gpg=${LOCALBASE}/bin/gpg \
49
		--without-pgp \
50
		--without-pgpk
51
.else
52
CONFIGURE_ARGS+=	--disable-pgp-gpg
53
.endif
54
55
.if defined(WITH_TIN_IPV6)
56
CONFIGURE_ARGS+=	--enable-ipv6
57
.endif
58
59
.if defined(WITH_TIN_ISPELL)
60
BUILD_DEPENDS+=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
61
CONFIGURE_ARGS+=	--with-ispell=${LOCALBASE}/bin/ispell
62
.endif
63
64
.if defined(WITH_TIN_METAMAIL)
65
BUILD_DEPENDS+=	${LOCALBASE}/bin/metamail:${PORTSDIR}/mail/metamail
66
CONFIGURE_ARGS+=	--with-metamail=${LOCABASE}/bin/metamail
50
.endif
67
.endif
51
68
52
post-patch:
69
post-patch:
(-)tin/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tin-1.5.12.tar.bz2) = 8d5e6ee1a2b979cdf457c4d8f1b6799d
1
MD5 (tin-1.5.16.tar.bz2) = 53d66dd99aad38346cef58be5ea1f0b2

Return to bug 46858