![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / ucommon / buildlink3.mk (download)
Revision 1.18, Wed Oct 26 10:31:02 2022 UTC (3 months, 1 week ago) by wiz
*: bump PKGREVISION for libunistring shlib major bump |
# $NetBSD: buildlink3.mk,v 1.18 2022/10/26 10:31:02 wiz Exp $ BUILDLINK_TREE+= ucommon .if !defined(UCOMMON_BUILDLINK3_MK) UCOMMON_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.0.0 BUILDLINK_ABI_DEPENDS.ucommon+= ucommon>=7.0.0nb9 BUILDLINK_PKGSRCDIR.ucommon?= ../../devel/ucommon pkgbase := ucommon .include "../../mk/pkg-build-options.mk" .if !empty(PKG_BUILD_OPTIONS.ucommon:Mgnutls) .include "../../security/gnutls/buildlink3.mk" .endif .if !empty(PKG_BUILD_OPTIONS.ucommon:Mopenssl) .include "../../security/openssl/buildlink3.mk" .endif .if !empty(PKG_BUILD_OPTIONS.ucommon:Mstatic) BUILDLINK_DEPMETHOD.ucommon?= build .endif .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .endif # UCOMMON_BUILDLINK3_MK BUILDLINK_TREE+= -ucommon