Files
Alexander Shursha e81eda36a8 */*: Switch to misc/libuuid and misc/libblkid
PR:		221293
PR:		251489
PR:		257070
2025-06-30 16:57:32 +02:00

25 lines
643 B
Makefile

PORTNAME= tpm2-tools
DISTVERSION= 5.6
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/
MAINTAINER= tstruk@gmail.com
COMMENT= TPM2 tools
WWW= https://github.com/tpm2-software/tpm2-tools
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libtss2-esys.so:security/tpm2-tss \
libcurl.so:ftp/curl \
libuuid.so:misc/libuuid
USES= compiler:c11 gmake libtool pkgconfig ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto"
CONFIGURE_ARGS= --disable-hardening
.include <bsd.port.mk>