diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-10 14:06:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-10 14:06:51 +0000 |
commit | 783c8c2e4205fd0bb75fd85ee47faa9f0a0d036d (patch) | |
tree | 59a302f920462378d38a56c1a351f963dab59e03 /www/lynx/Makefile | |
parent | c9ecf3592d01a0de74276f57b1724009ebaf0553 (diff) |
Notes
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 704bc2373484..05503fb6bb5f 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: lynx -# Date created: 15 Dec 1994 -# Whom: ache +# New ports collection makefile for: lynx +# Date created: 15 Dec 1994 +# Whom: Andrey Chernov <ache@FreeBSD.org> # # $FreeBSD$ # @@ -13,17 +13,18 @@ MASTER_SITES= http://lynx.isc.org/current/ \ ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E} -MAINTAINER?= jharris@widomaker.com -COMMENT?= A non-graphical, text-based World-Wide Web client +MAINTAINER= jharris@widomaker.com +COMMENT= A non-graphical, text-based World-Wide Web client -CONFLICTS?= lynx-ssl* lynx-current* +CONFLICTS= lynx-current* USE_BZIP2= yes USE_ICONV= yes +USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ - --enable-nsl-fork --enable-persistent-cookies \ + --enable-nsl-fork --enable-persistent-cookies --with-ssl \ --with-curses-dir=/usr --with-libiconv-prefix="${LOCALBASE}" .if defined(WITHOUT_NLS) |