summaryrefslogtreecommitdiff
path: root/security/libyubikey/Makefile
blob: 2bb2895746d5ed317d08e64dded197e2ea689c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2012/06/16 20:26:12 pettai Exp $

DISTNAME=	libyubikey-1.9
CATEGORIES=	security
MASTER_SITES=	http://yubico-c.googlecode.com/files/

MAINTAINER=	pettai@NetBSD.org
HOMEPAGE=	http://code.google.com/p/yubico-c/
COMMENT=	Yubikey library

LICENSE=	modified-bsd

PKG_DESTDIR_SUPPORT=	user-destdir
GNU_CONFIGURE=		yes
USE_LIBTOOL=		yes

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