freebsd-ports/sysutils/libtpms/Makefile
Goran Mekić 6dd18dc319
sysutils/libtpms: This library provides emulation of a Trusted Platform Module
PR:			272972
Reviewed by:		manu
Approved by:		manu
Differential Revision:	https://reviews.freebsd.org/D41345
2023-08-09 09:25:02 +02:00

22 lines
554 B
Makefile

PORTNAME= libtpms
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6
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
USE_LDCONFIG= yes
GH_ACCOUNT= stefanberger
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>