libgadu is library for handling Gadu-Gadu instant messenger protocol. For a long time it was an intergral part of ekg application but due to packaging issues and use in other appliactions it became a project on its own. Proprietary protocol was reverse engineered which may make libgadu less than 100% compatible with the original.
16 lines
444 B
Makefile
16 lines
444 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/20 17:25:10 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libgadu
|
|
|
|
.if !defined(LIBGADU_BUILDLINK3_MK)
|
|
LIBGADU_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgadu+= libgadu>=1.12.2
|
|
BUILDLINK_PKGSRCDIR.libgadu?= ../../chat/libgadu
|
|
|
|
.include "../../devel/protobuf-c/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # LIBGADU_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgadu
|