summaryrefslogtreecommitdiff
path: root/www/curl/buildlink3.mk
blob: 924cf88f1c5fd16910b3b84b29ed6579c62b9749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: buildlink3.mk,v 1.1 2004/02/19 01:24:01 wiz Exp $
#
# This Makefile fragment is included by packages that use curl.
#
# This file was created automatically using createbuildlink-3.1.
#

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
CURL_BUILDLINK3_MK:=	${CURL_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	curl
.endif

.if !empty(CURL_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+=			curl
BUILDLINK_DEPENDS.curl+=		curl>=7.9.1
BUILDLINK_PKGSRCDIR.curl?=		../../www/curl

.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"

.endif # CURL_BUILDLINK3_MK

BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}