blob: 4be270b04b413f433673ed8842a8bad20df2575e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= drm_info
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Small utility to dump info about DRM devices
WWW= https://github.com/ascent12/drm_info
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libjson-c.so:devel/json-c \
libdrm.so:graphics/libdrm
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ascent12
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= PCI
OPTIONS_DEFAULT=PCI
PCI_DESC= Print PCI device names via libpci
PCI_LIB_DEPENDS= libpci.so:devel/libpci
PCI_MESON_ENABLED= libpci
.include <bsd.port.mk>
|