blob: 2ffd8eb73406432f76f8b082f1c55d00d7e745f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: buildlink3.mk,v 1.4 2020/11/26 15:49:58 schmonz Exp $
BUILDLINK_TREE+= libressl
.if !defined(LIBRESSL_BUILDLINK3_MK)
LIBRESSL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libressl+= libressl>=2.7.4nb1
BUILDLINK_PKGSRCDIR.libressl?= ../../security/libressl
BUILDLINK_INCDIRS.libressl+= libressl/include
BUILDLINK_LIBDIRS.libressl+= libressl/lib
# XXX this overwrites all the other typical values
_PKG_CONFIG_LIBDIR= ${PREFIX}/libressl/lib/pkgconfig
.endif # LIBRESSL_BUILDLINK3_MK
BUILDLINK_TREE+= -libressl
|