pkgsrc/security/gpgme/Makefile
drochner a99b38b315 With native threads, explicitely disable any GNU pth checking.
Otherwise it gets confused about the library hidden by buildlink.
2003-07-25 17:22:38 +00:00

31 lines
654 B
Makefile

# $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
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
INFOFILES= gpgme.info
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"