head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.03.20.02.47.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.01.26.01.44.50;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314693
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/libyubikey/Makefile 314693 2013-03-19 20:36:34Z pawel $

PORTNAME=	libyubikey
PORTVERSION=	1.10
CATEGORIES=	security devel
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	matt@@mjslabs.com
COMMENT=	Library for decrypting and parsing YubiKey One-Time Passwords

LICENSE=	BSD

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

PLIST_FILES=	bin/modhex \
		bin/ykgenerate \
		bin/ykparse \
		include/yubikey.h \
		lib/libyubikey.a \
		lib/libyubikey.la \
		lib/libyubikey.so \
		lib/libyubikey.so.1

PROJECTHOST=	yubico-c

MAKE_JOBS_UNSAFE=yes

regression-test: build
	@@(cd ${WRKSRC}; ${MAKE} check)

.include <bsd.port.mk>
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310994
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/security/libyubikey/Makefile 310994 2013-01-26 01:01:32Z jgh $
d4 1
a4 1
PORTVERSION=	1.9
@

