mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
18 lines
374 B
Makefile
18 lines
374 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --with-ssl
|