aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/tin/Makefile
blob: be228f3462e4f8534d0d43966fa0d2418ec72710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# New ports collection makefile for:    tin
# Version required: tin1.4-980730
# Date created:     2 Dec 1997
# Whom:         Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
# $Id: Makefile,v 1.14 1998/09/01 15:49:45 vanilla Exp $
#

DISTNAME=       tinpre-1.4-980818
PKGNAME=        zh-tin-1.4.980818
CATEGORIES= chinese news
MASTER_SITES=   ftp://ftp.tin.org/pub/news/clients/tin/current/ \
        ftp://nuxi.ucdavis.edu/pub/tin/ \
        ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX=   .tgz

MAINTAINER=     yssu@CCCA.NCTU.edu.tw

BROKEN=     build

WRKSRC=         ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE=  yes

# Curses support too buggy to activate
#        --enable-curses \
#        --with-ncurses \
#
CONFIGURE_ARGS=  --with-nntp-default-server=news  \
         --with-spooldir=/var/news  \
         --with-libdir=${PREFIX}/news/lib \
         --with-mime-default-charset=ISO-8859-1 \
         --enable-forgery \
         --enable-break-long-lines \
         --with-pgp=${PREFIX}/bin/pgp \
         --with-ispell=${PREFIX}/bin/ispell \
         --with-metamail=${PREFIX}/bin/metamail \
         --disable-locale
MAKEFILE=   makefile
ALL_TARGET=     build
MAN1=       tin.1

.if defined(NNTP_ONLY)
CONFIGURE_ARGS+=    --enable-nntp-only
.endif

post-patch:
    @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist
    @${SED} -e 's:/var/spool/news:/var/news:' \
        -e 's:/etc/nntpserver:${PREFIX}/etc/nntpserver:' \
        -e 's:/usr/lib/news:${PREFIX}/news/lib:' \
        <${WRKSRC}/doc/tin.1.dist >${WRKSRC}/doc/tin.1

post-configure:
    ${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h
    ${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h

.include <bsd.port.mk>