24 lines
638 B
Makefile
24 lines
638 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2014/02/12 23:17:51 tron Exp $
|
|
|
|
BUILDLINK_TREE+= ucommon
|
|
|
|
.if !defined(UCOMMON_BUILDLINK3_MK)
|
|
UCOMMON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ucommon+= ucommon>=5.0.6
|
|
BUILDLINK_ABI_DEPENDS.ucommon?= ucommon>=6.1.0nb1
|
|
BUILDLINK_PKGSRCDIR.ucommon?= ../../devel/ucommon
|
|
|
|
pkgbase := ucommon
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.ucommon:Mstatic)
|
|
BUILDLINK_DEPMETHOD.ucommon?= build
|
|
.endif
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # UCOMMON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ucommon
|