Files

49 lines
1015 B
Makefile

PORTNAME= libgcrypt
DISTVERSION= 1.11.1
CATEGORIES= security
MASTER_SITES= GNUPG
MAINTAINER= cy@FreeBSD.org
COMMENT= General purpose cryptographic library based on the code from GnuPG
WWW= https://www.gnupg.org/software/libgcrypt/index.html
LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
BUILD_DEPENDS= libgpg-error>=1.32:security/libgpg-error
RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error
USES= cpe libtool pathfix tar:bzip2
CPE_VENDOR= gnupg
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -pthread
TEST_TARGET= check
CONFIGURE_ARGS= --disable-drng-support
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
OPTIONS_DEFINE= DOCS STATIC
OPTIONS_DEFAULT= DOCS STATIC
OPTIONS_SUB= yes
STATIC_CONFIGURE_ENABLE= static
.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
CFLAGS+= -DWITH_DEBUG
.endif
post-patch:
@${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so
.include <bsd.port.mk>