diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
commit | feb212beb00bfe3bc18e398c9d57084415ce3efd (patch) | |
tree | bc6deb450f4a254989bf685e19706e7650292054 /news/tin/Makefile | |
parent | d5de07a8628945aec146b409e0a5ce15aeaf20b5 (diff) |
Notes
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 09dc71bb4a5a..86e3b724ed34 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -9,38 +9,38 @@ PORTNAME= tin PORTVERSION= 1.4.2 CATEGORIES= news -MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.4/ \ +MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.4/ \ ftp://nuxi.ucdavis.edu/pub/tin/v1.4/ \ ftp://ftp.nuxi.com/pub/tin/v1.4/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes # Curses support too buggy to activate # --enable-curses \ # --with-ncurses \ # -CONFIGURE_ARGS= --with-nntp-default-server=news \ - --with-spooldir=/var/news \ - --with-libdir=${PREFIX}/news/lib \ - --with-defaults-dir=${PREFIX}/etc \ - --with-editor=/usr/bin/ee \ - --with-mime-default-charset=ISO-8859-1 \ - --enable-forgery \ - --enable-break-long-lines \ - --with-pgp=${PREFIX}/bin/pgp \ - --with-ispell=${PREFIX}/bin/ispell \ - --with-metamail=${PREFIX}/bin/metamail -CONFIGURE_ENV= CFLAGS='${CFLAGS} -I${PREFIX}/include -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ +CONFIGURE_ARGS= --with-nntp-default-server=news \ + --with-spooldir=/var/news \ + --with-libdir=${PREFIX}/news/lib \ + --with-defaults-dir=${PREFIX}/etc \ + --with-editor=/usr/bin/ee \ + --with-mime-default-charset=ISO-8859-1 \ + --enable-forgery \ + --enable-break-long-lines \ + --with-pgp=${PREFIX}/bin/pgp \ + --with-ispell=${PREFIX}/bin/ispell \ + --with-metamail=${PREFIX}/bin/metamail +CONFIGURE_ENV= CFLAGS='${CFLAGS} -I${PREFIX}/include -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ CPPFLAGS='${CPPFLAGS} -I${PREFIX}/include' \ LDFLAGS='${LDFLAGS} -L${PREFIX}/lib' -MAKEFILE= makefile -ALL_TARGET= build +MAKEFILE= makefile +ALL_TARGET= build MAN1= tin.1 .if defined(NNTP_ONLY) |