blob: fd3f38cf7f20d777e31aee76f3f622034700cf80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|