f73648c72a
libeXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement.
23 lines
633 B
Makefile
23 lines
633 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/16 02:12:26 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= libexosip2
|
|
|
|
.if !defined(LIBEXOSIP2_BUILDLINK3_MK)
|
|
LIBEXOSIP2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libexosip2+= libeXosip2>=3.5.0
|
|
BUILDLINK_PKGSRCDIR.libexosip2?= ../../net/libexosip
|
|
|
|
pkgbase := libeXosip2
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.libeXosip2:Mopenssl)
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../net/libcares/buildlink3.mk"
|
|
.include "../../devel/libosip/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # LIBEXOSIP2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libexosip2
|