Changelog: https://github.com/stefanberger/libtpms/releases/tag/v0.10.1 PR: 287536 Security: CVE-2025-49133 MFH: 2025Q2
23 lines
555 B
Makefile
23 lines
555 B
Makefile
PORTNAME= libtpms
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.10.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= This library provides emulation of a Trusted Platform Module
|
|
WWW= https://github.com/stefanberger/libtpms
|
|
|
|
LICENSE= LIBTPMS
|
|
LICENSE_NAME= LibTPMS
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= autoreconf gmake libtool pathfix pkgconfig ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stefanberger
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|