blob: 8053b16f910dbafd1967543e7ff110ae0eb5a6e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTCOMMENT= A non-graphical, text-based https-enabled World-Wide Web client
PKGNAMESUFFIX = -ssl
MASTERDIR= ${.CURDIR}/../lynx
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"
CONFIGURE_ARGS+= --with-ssl
|