summaryrefslogtreecommitdiff
path: root/security/libpbc/Makefile
blob: 41d33a56c16bc9e4dea448e4db47038730d4ed16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.1.1.1 2010/11/09 03:33:28 agc Exp $

DISTNAME=		pbc-0.5.10
CATEGORIES=		security
MASTER_SITES=		http://crypto.stanford.edu/pbc/files/

MAINTAINER=		agc@NetBSD.org
HOMEPAGE=		http://crypto.stanford.edu/pbc/
COMMENT=		Pair-based cryptographic library based on Gap Diffie Helman groups
LICENSE=		gnu-lgpl-v2

PKG_DESTDIR_SUPPORT=	user-destdir
AUTO_MKDIRS=		yes

GNU_CONFIGURE=		yes
USE_LIBTOOL=		yes

.include "../../devel/gmp/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"