1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/lynx-ssl/Makefile
Oliver Lehmann 51e32e73cc fix ssl detection if openssl does not exist in base but in LOCALBASE
PR:		ports/105791
Approved by:	maintainer
2006-12-13 19:26:20 +00:00

22 lines
476 B
Makefile

# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
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"