mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 04:50:58 -04:00
31 lines
894 B
Makefile
31 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/09/13 12:21:13 taca Exp $
|
|
|
|
DISTNAME= v0.23.2
|
|
PKGNAME= libgit2-${DISTNAME:S/v//1}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
|
|
GITHUB_PROJECT= libgit2
|
|
GITHUB_TAG= v0.23.2
|
|
|
|
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)
|
|
|
|
DIST_SUBDIR= ${PKGBASE}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
EXTRACT_USING= bsdtar
|
|
USE_TOOLS+= pkg-config
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DUSE_SSH=OFF
|
|
|
|
PKGCONFIG_OVERRIDE+= libgit2.pc.in
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|