059608b4d9
PR: 31619 Submitted by: MAINTAINER
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# New ports collection makefile for: lynx
|
|
# Date created: 15 Dec 1994
|
|
# Whom: Stefan `Sec` Zehl <sec@42.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX = -ssl
|
|
|
|
MASTERDIR= ${.CURDIR}/../lynx
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --with-ssl
|