blob: 5c40944a0ef849a201b639aff7ea89931f4f67d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1 2022/12/05 21:57:58 nikita Exp $
DISTNAME= git-crypt-0.7.0
CATEGORIES= security
MASTER_SITES= https://www.agwa.name/projects/git-crypt/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.agwa.name/projects/git-crypt/
COMMENT= Transparent file encryption in git
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c++11
SUBST_CLASSES+= explicit_memset
SUBST_STAGE.explicit_memset= pre-configure
SUBST_MESSAGE.explicit_memset= Avoid conflicts with explicit_memset(3)
SUBST_FILES.explicit_memset= *.cpp *.hpp
SUBST_SED.explicit_memset+= -e 's,explicit_memset,gitcrypt_explicit_memset,g'
.include "../../mk/bsd.pkg.mk"
|