diff options
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 86e3b72..a8186113 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,38 +7,38 @@ # PORTNAME= tin -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.4 CATEGORIES= news -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/ +MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ + ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \ + ftp://ftp.nuxi.com/pub/tin/v1.5/ MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ + intl.1:${PORTSDIR}/devel/gettext USE_BZIP2= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} +USE_GMAKE= yes 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 \ + --enable-nls \ + --enable-curses \ + --with-ncurses \ --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' +CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ + CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \ + LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' MAKEFILE= makefile ALL_TARGET= build MAN1= tin.1 |