diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-10 22:06:51 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-10 22:06:51 +0800 |
commit | 2f9bdc6c971c7c45500e7704944135af81efd526 (patch) | |
tree | 7f7f0778304d04536888b152fe52cc0b62ad1eae /www/lynx/Makefile | |
parent | fef4c1d1873e628c4f4ca3f1dad99be9d55e2833 (diff) | |
download | freebsd-ports-graphics-2f9bdc6c971c7c45500e7704944135af81efd526.tar.gz freebsd-ports-graphics-2f9bdc6c971c7c45500e7704944135af81efd526.tar.zst freebsd-ports-graphics-2f9bdc6c971c7c45500e7704944135af81efd526.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
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 704bc237348..05503fb6bb5 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) |