libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/10/01 13:12:31 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= libgit2
|
|
|
|
.if !defined(LIBGIT2_BUILDLINK3_MK)
|
|
LIBGIT2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.17.0
|
|
BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.endif # LIBGIT2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgit2
|