Edit

IABSD.fr/ports/security/libgcrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2017-01-19 03:24:16
    Hash : 5424240b
    Message : Update to libgcrypt-1.7.6.

  • security/libgcrypt/Makefile
  • # $OpenBSD: Makefile,v 1.53 2017/01/19 03:24:16 ajacoutot Exp $
    
    COMMENT=		crypto library based on code used in GnuPG
    
    DISTNAME=		libgcrypt-1.7.6
    CATEGORIES=		security
    
    SHARED_LIBS +=  gcrypt               19.3     # 21.6
    
    HOMEPAGE=		http://www.gnupg.org/
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # GPLv2/LGPLv2.1
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c gpg-error iconv intl
    
    MASTER_SITES=		${MASTER_SITE_GNUPG:=libgcrypt/}
    
    LIB_DEPENDS=		security/libgpg-error
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--enable-static
    
    .include <bsd.port.mk>