Import qca-gnupg.
This commit is contained in:
parent
8453375f9f
commit
260d8c3a89
34
security/qca-gnupg/Makefile
Normal file
34
security/qca-gnupg/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/21 13:50:55 shadchin Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = GnuPG plugin for QCA2
|
||||
DISTNAME = qca-gnupg-2.0.0-beta3
|
||||
PKGNAME = ${DISTNAME:S/-beta/beta/}
|
||||
CATEGORIES = security
|
||||
HOMEPAGE = http://delta.affinix.com/qca/
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MASTER_SITES = http://delta.affinix.com/download/qca/2.0/plugins/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
WANTLIB += m pthread qca2 stdc++
|
||||
|
||||
MODULES = x11/qt4
|
||||
|
||||
LIB_DEPENDS = security/qca2
|
||||
|
||||
RUN_DEPENDS = security/gnupg
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
QMAKE = ${LOCALBASE}/bin/qmake4
|
||||
SUBST_VARS += MODQT4_LIBDIR WRKINST
|
||||
|
||||
do-configure:
|
||||
${SUBST_CMD} -c ${FILESDIR}/conf.pri ${WRKSRC}/conf.pri
|
||||
cd ${WRKSRC} && ${QMAKE} qca-gnupg.pro
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/qca-gnupg/distinfo
Normal file
2
security/qca-gnupg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (qca-gnupg-2.0.0-beta3.tar.bz2) = slW8UgUIEc/cQla7SCI7e22cpVO2GF6YGQ3hXktf/80=
|
||||
SIZE (qca-gnupg-2.0.0-beta3.tar.bz2) = 38177
|
6
security/qca-gnupg/files/conf.pri
Normal file
6
security/qca-gnupg/files/conf.pri
Normal file
@ -0,0 +1,6 @@
|
||||
# qconf
|
||||
|
||||
CONFIG += release crypto
|
||||
|
||||
target.path = ${WRKINST}${MODQT4_LIBDIR}/plugins/crypto
|
||||
INSTALLS += target
|
2
security/qca-gnupg/pkg/DESCR
Normal file
2
security/qca-gnupg/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Provider plugin for QCA (Qt crypto helper library). This plugin provides
|
||||
features based on GnuPG.
|
3
security/qca-gnupg/pkg/PLIST
Normal file
3
security/qca-gnupg/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/21 13:50:55 shadchin Exp $
|
||||
lib/qt4/plugins/crypto/
|
||||
lib/qt4/plugins/crypto/libqca-gnupg.so
|
Loading…
Reference in New Issue
Block a user