openbsd-ports/security/libgcrypt/Makefile
2022-04-12 21:04:06 +00:00

29 lines
592 B
Makefile

COMMENT= crypto library based on code used in GnuPG
DISTNAME= libgcrypt-1.10.1
REVISION= 0
CATEGORIES= security
SHARED_LIBS += gcrypt 21.0 # 24.1
HOMEPAGE= https://www.gnupg.org/software/libgcrypt/index.html
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2/LGPLv2.1
PERMIT_PACKAGE= 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 \
--disable-drng-support
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>