freebsd-ports/chinese/tin/Makefile

58 lines
1.6 KiB
Makefile
Raw Normal View History

1997-12-01 22:16:50 +01:00
# New ports collection makefile for: tin
1998-08-06 14:21:53 +02:00
# Version required: tin1.4-980730
1997-12-01 22:16:50 +01:00
# Date created: 2 Dec 1997
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
# $Id: Makefile,v 1.15 1998/09/27 00:05:53 steve Exp $
1997-12-01 22:16:50 +01:00
#
1998-09-01 17:49:45 +02:00
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/ \
1997-12-01 22:16:50 +01:00
ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX= .tgz
MAINTAINER= yssu@CCCA.NCTU.edu.tw
BROKEN_ELF= build
1997-12-01 22:16:50 +01:00
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
1998-04-11 15:14:41 +02:00
1998-06-04 05:48:29 +02:00
# Curses support too buggy to activate
1998-04-11 15:14:41 +02:00
# --enable-curses \
# --with-ncurses \
#
CONFIGURE_ARGS= --with-nntp-default-server=news \
1997-12-01 22:16:50 +01: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 \
--with-metamail=${PREFIX}/bin/metamail \
--disable-locale
1997-12-01 22:16:50 +01:00
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
1997-12-01 22:16:50 +01:00
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
1997-12-01 22:16:50 +01:00
.include <bsd.port.mk>