blob: 8b937980d298dfdbe464387998c5b656d7535f31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
COMMENT = EDID and DisplayID library
V = 0.1.1
DISTNAME = libdisplay-info-$V
CATEGORIES = sysutils
# MIT
PERMIT_PACKAGE = Yes
SHARED_LIBS += display-info 0.0 # 0.0
SITES = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$V/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/meson
BUILD_DEPENDS = misc/hwdata
.include <bsd.port.mk>
|