openbsd-ports/news/tin/Makefile

37 lines
778 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2003/08/03 00:13:22 fgsch Exp $
1997-11-18 06:05:01 -05:00
COMMENT= 'full-screen easy to use Usenet reader'
2003-05-17 18:58:16 -04:00
DISTNAME= tin-1.4.7
CATEGORIES= news
2002-10-27 20:50:16 -05:00
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.4/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/v1.4/
1997-11-18 06:05:01 -05:00
HOMEPAGE= http://www.tin.org/
1998-08-16 19:36:05 -04:00
MAINTAINER= Federico G. Schwindt <fgsch@openbsd.org>
1998-08-16 19:36:05 -04:00
2000-03-22 22:43:40 -05:00
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
1998-08-16 19:36:05 -04:00
CONFIGURE_ARGS+= --with-spooldir=/var/news \
--with-libdir=${PREFIX}/lib/news \
--enable-break-long-lines
FLAVORS= nntp_only
FLAVOR?=
.if ${FLAVOR:L} == "nntp_only"
1997-11-18 06:05:01 -05:00
CONFIGURE_ARGS+= --enable-nntp-only
.endif
1998-08-16 19:36:05 -04:00
ALL_TARGET= build
1997-11-18 06:05:01 -05:00
2002-10-27 20:50:16 -05:00
NO_REGRESS= Yes
1997-11-18 06:05:01 -05:00
.include <bsd.port.mk>