summaryrefslogtreecommitdiff
path: root/security/gpgme03/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r--security/gpgme03/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
new file mode 100644
index 00000000000..52a4b9d67b6
--- /dev/null
+++ b/security/gpgme03/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 17:51:04 wiz Exp $
+#
+
+DISTNAME= gpgme-0.3.15
+PKGREVISION= 1
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
+
+MAINTAINER= oishi@ims.ac.jp
+HOMEPAGE= http://www.gnupg.org/gpgme.html
+COMMENT= GnuPG Made Easy
+
+DEPENDS+= gnupg>=1.2.0:../../security/gnupg
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+PTHREAD_OPTS+= require
+
+.include "../../mk/pthread.buildlink2.mk"
+
+.if ${PTHREAD_TYPE} == "native"
+CONFIGURE_ARGS+= --without-pth --without-pth-test
+.endif
+
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+INFO_FILES= gpgme.info
+
+.include "../../mk/bsd.pkg.mk"