40 lines
926 B
Makefile
Raw Normal View History

2003-05-17 22:58:16 +00:00
# $OpenBSD: Makefile,v 1.20 2003/05/17 22:58:16 fgsch Exp $
1997-11-18 11:05:01 +00:00
COMMENT= 'full-screen easy to use Usenet reader'
2003-05-17 22:58:16 +00:00
DISTNAME= tin-1.4.7
CATEGORIES= news
2002-10-28 01:50:16 +00:00
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/ \
ftp://ftp.nuxi.com/pub/tin/stable/ \
ftp://uiarchive.uiuc.edu/pub/packages/news/client/tin/unoff/ \
ftp://ftp.eee.hku.hk/pub/tin-unoff/
1997-11-18 11:05:01 +00:00
HOMEPAGE= http://www.tin.org/
1998-08-16 23:36:05 +00:00
MAINTAINER= Federico G. Schwindt <fgsch@openbsd.org>
1998-08-16 23:36:05 +00:00
2000-03-23 03:43:40 +00: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 23:36:05 +00: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 11:05:01 +00:00
CONFIGURE_ARGS+= --enable-nntp-only
.endif
1998-08-16 23:36:05 +00:00
ALL_TARGET= build
1997-11-18 11:05:01 +00:00
2002-10-28 01:50:16 +00:00
NO_REGRESS= Yes
1997-11-18 11:05:01 +00:00
.include <bsd.port.mk>