pkgsrc/security/gpgme/Makefile

32 lines
654 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2003/07/25 17:22:38 drochner 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
2002-09-24 12:49:48 +02:00
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
2002-09-24 12:49:48 +02:00
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
INFOFILES= gpgme.info
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"