summaryrefslogtreecommitdiff
path: root/security/qca2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/qca2/Makefile')
-rw-r--r--security/qca2/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/qca2/Makefile b/security/qca2/Makefile
new file mode 100644
index 00000000000..5e90a4d5297
--- /dev/null
+++ b/security/qca2/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/12/20 20:17:47 jdolecek Exp $
+
+DISTNAME= qca-2.0.0
+CATEGORIES= security
+MASTER_SITES= http://delta.affinix.com/download/qca/2.0/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jdolecek@NetBSD.org
+HOMEPAGE= http://delta.affinix.com/qca/
+COMMENT= Cross-platform crypto API for QT
+
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+HAS_CONFIGURE= yes
+USE_LANGUAGES= c++
+
+INSTALLATION_DIRS= include lib
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"