freebsd-ports/security/tpm-quote-tools/Makefile
Mateusz Piotrowski 01e03aed2f security/tpm-quote-tools: Add new port
The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview. The manangement
tools are only used to take ownership of a TPM.

The additional patches[1] in files/ come from AUR and were authored by
Michael Niewöhner. The patches were incomplete according to grawity[2].
I've incorporated grawity's feedback into our patches so that the -y
flag is recognized by a call to getopt().

[1]: https://aur.archlinux.org/cgit/aur.git/plain/0001-Differentiate-between-owner-and-srk-well-known-passs.patch?h=tpm-quote-tools
[2]: https://aur.archlinux.org/packages/tpm-quote-tools#comment-684239

Sponsored by:	Klara, Inc.
2022-11-04 12:05:08 +01:00

20 lines
449 B
Makefile

PORTNAME= tpm-quote-tools
DISTVERSION= 1.0.4
CATEGORIES= security
MASTER_SITES= SF/tpmquotetools/${PORTVERSION}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Tools for TPM-based remote attestation using the TPM quote operation
WWW= https://sourceforge.net/projects/tpmquotetools/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtspi.so:security/trousers
USES= iconv localbase:ldflags ssl
GNU_CONFIGURE= YES
.include <bsd.port.mk>