summaryrefslogtreecommitdiff
path: root/security/xca/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-13 02:39:45 +0000
committerbrook <brook@pkgsrc.org>2019-08-13 02:39:45 +0000
commit0184aae2eee6b6a163568e678fd9053d6ffce2ec (patch)
tree6604d084ef3a3b7250be8b65a0601d3dd3c0a68c /security/xca/Makefile
parentfbb39eec77c1cf88fe77fdbcab2ca50e368fbe10 (diff)
downloadpkgsrc-0184aae2eee6b6a163568e678fd9053d6ffce2ec.tar.gz
xca: initial commit
X - Certificate and Key management This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs. Everything that is needed for a CA is implemented. All CAs can sign sub-CAs recursively. These certificate chains are shown clearly. For an easy company-wide use there are customiseable templates that can be used for certificate or request generation. All cryptographic data is stored in a SQL database. SQLite, MySQL (MariaDB) and PostgreSQL databases are supported.
Diffstat (limited to 'security/xca/Makefile')
-rw-r--r--security/xca/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile
new file mode 100644
index 00000000000..a3ba4080e0d
--- /dev/null
+++ b/security/xca/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 02:39:45 brook Exp $
+
+DISTNAME= xca-2.1.2
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=chris2511/}
+GITHUB_RELEASE= RELEASE.2.1.2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://hohnstaedt.de/xca/
+COMMENT= Certificate and key management
+LICENSE= modified-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c++
+DESTDIR_VARNAME= destdir
+
+INSTALLATION_DIRS+= bin man/man1
+INSTALLATION_DIRS+= share/applications share/mime/packages share/pixmaps
+INSTALLATION_DIRS+= share/doc/xca share/xca
+
+.include "options.mk"
+
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"