Edit

IABSD.fr/ports/sysutils/ykpers/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2013-06-01 12:00:26
    Hash : 1b5372ef
    Message : Add a dependency on json-c, autoconf picks it up if present. Found by Barry Grumbine.

  • sysutils/ykpers/Makefile
  • # $OpenBSD: Makefile,v 1.8 2013/06/01 12:00:26 sthen Exp $
    
    COMMENT=	library and tools to program YubiKeys
    
    DISTNAME=	ykpers-1.13.0
    REVISION=	0
    
    SHARED_LIBS +=	ykpers-1                  0.1 # 14.0
    
    CATEGORIES=	sysutils security
    
    HOMEPAGE=	http://yubico.github.io/yubikey-personalization/
    
    MAINTAINER=	Stuart Henderson <sthen@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c json-c pthread usb-1.0 yubikey
    
    MASTER_SITES=	http://yubico.github.io/yubikey-personalization/releases/
    
    LIB_DEPENDS=	devel/json-c \
    		devel/libusb1>=1.0.9p1 \
    		devel/libyubikey \
    
    SEPARATE_BUILD=	Yes
    CONFIGURE_STYLE= gnu
    CONFIGURE_ARGS=	${CONFIGURE_SHARED}
    
    .include <bsd.port.mk>