openbsd-ports/news/tin/Makefile

46 lines
1.0 KiB
Makefile
Raw Normal View History

1997-11-18 06:05:01 -05:00
# ex:ts=8
# OpenBSD makefile for: tin
1998-08-16 19:36:05 -04:00
# Version required: tinpre-1.4-980730
1997-11-18 06:05:01 -05:00
# Date created: 18 November 1997
# Whom: gene
#
1998-09-08 01:43:35 -04:00
# $OpenBSD: Makefile,v 1.5 1998/09/08 05:43:35 marc Exp $
1997-11-18 06:05:01 -05:00
#
1998-09-08 01:43:35 -04:00
DISTNAME= tinpre-1.4-980818
PKGNAME= tin-1.4.980818
1998-08-16 19:36:05 -04:00
CATEGORIES= news
1997-11-18 06:05:01 -05:00
1998-08-16 19:36:05 -04:00
NO_CDROM= "NOFEE: Can not sell"
NO_PACKAGE= "too much compile time configuration"
MAINTAINER= marc@OpenBSD.ORG
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX= .tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-spooldir=/var/news \
--with-libdir=${PREFIX}/lib/news \
--with-mime-default-charset=US-ASCII \
--enable-forgery \
--enable-curses \
--with-ncurses \
--enable-mh-mail-handling \
--enable-break-long-lines \
--with-coffee
1997-11-18 06:05:01 -05:00
.if defined(NNTP_ONLY)
CONFIGURE_ARGS+= --enable-nntp-only
.endif
1998-08-16 19:36:05 -04:00
CONFIGURE_ENV= ${SETENV}
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
1997-11-18 06:05:01 -05:00
1998-08-16 19:36:05 -04:00
ALL_TARGET= build
1997-11-18 06:05:01 -05:00
.include <bsd.port.mk>