1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/drm_info/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
562 B
Makefile

PORTNAME= drm_info
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Small utility to dump info about DRM devices
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>