f613eee8da
* Rewrote man pages using Asciidoc.
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/09/27 20:17:17 pettai Exp $
|
|
|
|
DISTNAME= libyubikey-1.12
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://opensource.yubico.com/yubico-c/releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://opensource.yubico.com/yubico-c/
|
|
COMMENT= Yubikey library
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|