27 lines
869 B
Makefile
27 lines
869 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:43 adam Exp $
|
|
|
|
DISTNAME= libgit2-0.24.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://libgit2.github.com/
|
|
COMMENT= Portable, pure C implementation of the Git core methods
|
|
LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
|
|
|
|
EXTRACT_USING= bsdtar
|
|
USE_TOOLS+= pkg-config
|
|
USE_CMAKE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libgit2.pc.in
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.21.1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../www/http-parser/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|