freebsd-ports/news/tin/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: tin
# Version required: tin1.3-unoff-BETA
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
# $Id: Makefile,v 1.46 1997/11/04 08:36:45 ache Exp $
#
1997-11-04 09:36:56 +01:00
DISTNAME= tinpre-1.4-971102
PKGNAME= tinpre-1.4.971102
CATEGORIES= news
1997-09-02 14:34:12 +02:00
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
1997-02-05 05:31:28 +01:00
ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.org
1997-11-04 09:36:56 +01:00
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-nntp-default-server=news \
--with-spooldir=/var/news \
1996-12-07 00:42:04 +01:00
--with-libdir=${PREFIX}/news/lib \
1996-10-24 03:23:49 +02:00
--with-mime-default-charset=US-ASCII \
--enable-forgery \
1997-08-28 13:29:16 +02:00
--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-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
1996-03-03 14:19:58 +01:00
.include <bsd.port.mk>