mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
51e32e73cc
PR: ports/105791 Approved by: maintainer
22 lines
476 B
Makefile
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"
|