aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-10 14:06:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-10 14:06:51 +0000
commit783c8c2e4205fd0bb75fd85ee47faa9f0a0d036d (patch)
tree59a302f920462378d38a56c1a351f963dab59e03 /www/lynx
parentc9ecf3592d01a0de74276f57b1724009ebaf0553 (diff)
downloadports-783c8c2e4205fd0bb75fd85ee47faa9f0a0d036d.tar.gz
ports-783c8c2e4205fd0bb75fd85ee47faa9f0a0d036d.zip
- Enable SSL by default in www/lynx
- Unregister CONFLICTS with lynx-ssl - Canonicalize Makefile header - s/=\?/=/ since no longer master port - Deorbit www/lynx-ssl Approved by: maintainer
Notes
Notes: svn path=/head/; revision=195364
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile15
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)