2025-06-14 17:16:12 +03:00

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>