1999-05-03 05:08:37 +02:00
|
|
|
# New ports collection makefile for: lynx
|
|
|
|
# Date created: 15 Dec 1994
|
|
|
|
# Whom: Stefan `Sec` Zehl <sec@42.org>
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 05:08:37 +02:00
|
|
|
#
|
|
|
|
|
2001-11-02 00:12:48 +01:00
|
|
|
PKGNAMESUFFIX = -ssl
|
1999-05-03 05:08:37 +02:00
|
|
|
|
2003-02-20 21:16:03 +01:00
|
|
|
COMMENT= A non-graphical, text-based World-Wide Web client with SSL support
|
|
|
|
|
2001-11-02 00:12:48 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../lynx
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
2000-02-06 23:25:15 +01:00
|
|
|
|
2001-11-02 00:12:48 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|
2000-02-06 23:25:15 +01:00
|
|
|
|
2001-11-02 00:12:48 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ssl
|