Import tex-fancybox-doc-1.4 as print/tex-fancybox-doc. Packaged by
[pkgsrc.git] / security / gpgme03 / Makefile
1 # $NetBSD: Makefile,v 1.13 2003/08/09 11:21:56 seb Exp $
2 #
3
4 DISTNAME=       gpgme-0.3.15
5 PKGREVISION=    1
6 CATEGORIES=     security
7 MASTER_SITES=   ftp://ftp.gnupg.org/gcrypt/gpgme/
8
9 MAINTAINER=     oishi@ims.ac.jp
10 HOMEPAGE=       http://www.gnupg.org/gpgme.html
11 COMMENT=        GnuPG Made Easy
12
13 DEPENDS+=       gnupg>=1.2.0:../../security/gnupg
14
15 USE_BUILDLINK2=         YES
16 GNU_CONFIGURE=          YES
17 PTHREAD_OPTS+=          require
18
19 .include "../../mk/pthread.buildlink2.mk"
20
21 .if ${PTHREAD_TYPE} == "native"
22 CONFIGURE_ARGS+=        --without-pth --without-pth-test
23 .endif
24
25 USE_LIBTOOL=            YES
26 LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
27
28 INFO_FILES=             gpgme.info
29
30 .include "../../mk/bsd.pkg.mk"