# New ports collection makefile for:    lynx
# Date created:         15 Dec 1994
# Whom:                 Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD: ports/www/lynx-ssl/Makefile,v 1.21 2006/12/13 19:26:20 oliver Exp $
#

PKGNAMESUFFIX=	-ssl

COMMENT=	A non-graphical, text-based World-Wide Web client with SSL support

MASTERDIR=	${.CURDIR}/../lynx
DESCR=		${.CURDIR}/pkg-descr

CONFIGURE_ARGS+=	--with-ssl
CONFIGURE_ENV+=		CFLAGS="${CFLAGS} -I${OPENSSLINC}"

CONFLICTS=	lynx-2* lynx-current*
USE_OPENSSL=	yes

.include "${MASTERDIR}/Makefile"
