summaryrefslogblamecommitdiff
path: root/news/tin/Makefile
blob: 0796024fb52e3884d01fdab62bb06865926e1835 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                                           


                                             
 
                                                     

 

                                        
                    

                                                          
                    
 

                                

                                                            


                                                   
                                                       



                                                       

                        
                     




                                          


                                                                                                 
 
                      
# 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.15 1996/11/29 14:07:53 ache Exp $
#

DISTNAME=       tin1.3-unoff-BETA-961203
PKGNAME=        tin-1.3.961203
CATEGORIES=	news
MASTER_SITES=	ftp://ftp.akk.uni-karlsruhe.de/pub/tin/  \
		ftp://nuxi.cs.ucdavis.edu/pub/tin/
EXTRACT_SUFX=	.tgz

MAINTAINER=     ache@FreeBSD.org

WRKSRC=		${WRKDIR}/${DISTNAME:S/tin1.3-unoff-BETA-//}
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+= --with-nntp-default-server=news  \
		 --with-spooldir=/var/news  \
		 --with-libdir=${PREFIX}/lib/news \
		 --with-mime-default-charset=US-ASCII \
		 --enable-forgery \
		 --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

.include <bsd.port.mk>