3b7cbb3b19
the (now old) tarball while i'm working on the update. prompted by Anders Jennerberg <anders at jennerberg dot com>.
37 lines
778 B
Makefile
37 lines
778 B
Makefile
# $OpenBSD: Makefile,v 1.21 2003/08/03 00:13:22 fgsch Exp $
|
|
|
|
COMMENT= 'full-screen easy to use Usenet reader'
|
|
|
|
DISTNAME= tin-1.4.7
|
|
CATEGORIES= news
|
|
|
|
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.4/ \
|
|
ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/v1.4/
|
|
|
|
HOMEPAGE= http://www.tin.org/
|
|
|
|
MAINTAINER= Federico G. Schwindt <fgsch@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS+= --with-spooldir=/var/news \
|
|
--with-libdir=${PREFIX}/lib/news \
|
|
--enable-break-long-lines
|
|
|
|
FLAVORS= nntp_only
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "nntp_only"
|
|
CONFIGURE_ARGS+= --enable-nntp-only
|
|
.endif
|
|
|
|
ALL_TARGET= build
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|