1997-12-01 21:16:50 +00:00
|
|
|
# New ports collection makefile for: tin
|
1998-03-03 03:29:32 +00:00
|
|
|
# Version required: tin1.4-980226
|
1997-12-01 21:16:50 +00:00
|
|
|
# Date created: 2 Dec 1997
|
|
|
|
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
|
|
|
|
#
|
1998-04-11 13:14:41 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/03/03 03:29:32 vanilla Exp $
|
1997-12-01 21:16:50 +00:00
|
|
|
#
|
|
|
|
|
1998-03-03 03:29:32 +00:00
|
|
|
DISTNAME= tinpre-1.4-980226
|
|
|
|
PKGNAME= zh-tin-1.4.980226
|
1997-12-02 04:23:49 +00:00
|
|
|
CATEGORIES= chinese news
|
1998-02-01 02:09:05 +00:00
|
|
|
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \
|
|
|
|
ftp://nuxi.ucdavis.edu/pub/tin/ \
|
1997-12-01 21:16:50 +00:00
|
|
|
ftp://ftp.nuxi.com/pub/tin/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= yssu@CCCA.NCTU.edu.tw
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
|
|
|
|
GNU_CONFIGURE= yes
|
1998-04-11 13:14:41 +00:00
|
|
|
|
|
|
|
# Curses sypport too buggy to activate
|
|
|
|
# --enable-curses \
|
|
|
|
# --with-ncurses \
|
|
|
|
#
|
1997-12-02 04:23:49 +00:00
|
|
|
CONFIGURE_ARGS= --with-nntp-default-server=news \
|
1997-12-01 21:16:50 +00:00
|
|
|
--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 \
|
1997-12-10 13:56:07 +00:00
|
|
|
--with-metamail=${PREFIX}/bin/metamail \
|
|
|
|
--disable-locale
|
1997-12-01 21:16:50 +00:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= build
|
|
|
|
MAN1= tin.1
|
|
|
|
|
|
|
|
.if defined(NNTP_ONLY)
|
|
|
|
CONFIGURE_ARGS+= --enable-nntp-only
|
|
|
|
.endif
|
|
|
|
|
1998-02-01 02:09:05 +00:00
|
|
|
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
|
|
|
|
|
1997-12-01 21:16:50 +00:00
|
|
|
post-configure:
|
1997-12-02 04:23:49 +00:00
|
|
|
${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h
|
|
|
|
${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h
|
1997-12-01 21:16:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|