1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/tin/Makefile
David E. O'Brien 2bbe751290 Upgrade to 980202 version.
(hope ache doesn't mind too much :) )
1998-02-03 10:27:53 +00:00

52 lines
1.5 KiB
Makefile

# ex:ts=8
# New ports collection makefile for: tin
# Version required: tinpre-1.4
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
# $Id: Makefile,v 1.54 1998/01/29 00:07:07 ache Exp $
#
DISTNAME= tinpre-1.4-980202
CATEGORIES= 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= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-spooldir=/var/news \
--with-libdir=${PREFIX}/news/lib \
--with-mime-default-charset=US-ASCII \
--enable-forgery \
--enable-curses \
--with-ncurses \
--enable-break-long-lines \
--with-pgp=${PREFIX}/bin/pgp \
--with-ispell=${PREFIX}/bin/ispell \
--with-metamail=${PREFIX}/bin/metamail
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>