Merge from vendor branch TNF:
[pkgsrc.git] / security / libassuan2 / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2010/07/03 04:45:38 manu Exp $
2 #
3
4 DISTNAME=       libassuan-2.0.1
5 CATEGORIES=     security
6 MASTER_SITES=   ftp://ftp.gnupg.org/gcrypt/libassuan/
7 EXTRACT_SUFX=   .tar.bz2
8 CONFLICTS=      libassuan-1.*{,nb*}
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       ftp://ftp.gnupg.org/gcrypt/libassuan/
12 COMMENT=        TODO: Short description of the package
13 LICENSE=        gnu-gpl-v3
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 GNU_CONFIGURE=  yes
18 USE_LIBTOOL=    yes
19 CONFIGURE_ARGS+=--infodir=${PREFIX}/info
20 INFO_FILES=     yes
21
22 .include "../../security/libgpg-error/buildlink3.mk"
23
24 .include "../../mk/bsd.pkg.mk"