pkgsrc/security/gpgme/Makefile
chris 9f9ba84b76 Update gpgme to 0.3.12. Again mostly bug fixes. Now depends on gpg 1.2.0.
Don't seem to need patch-ba.  Also fix .info file handling.
2002-10-27 03:09:14 +00:00

24 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/10/27 03:09:14 chris Exp $
DISTNAME= gpgme-0.3.12
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/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
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
INFOFILES= gpgme.info
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"