# ex:ts=8 # OpenBSD makefile for: tin # Version required: tinpre-1.4-19990216 # Date created: 18 November 1997 # Whom: gene # # $OpenBSD: Makefile,v 1.6 1999/03/30 06:23:44 marc Exp $ # DISTNAME= tinpre-1.4-19990216 PKGNAME= tin-1.4.19990216 CATEGORIES= news 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/pre-v1.4/ \ 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 .if defined(NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only .endif CONFIGURE_ENV= ${SETENV} MAKEFILE= makefile WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} ALL_TARGET= build .include