mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
412 B
Makefile
24 lines
412 B
Makefile
COMMENT = EDID and DisplayID library
|
|
|
|
V = 0.3.0
|
|
DISTNAME = libdisplay-info-$V
|
|
CATEGORIES = sysutils
|
|
|
|
SHARED_LIBS += display-info 1.0 # 0.3.0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$V/
|
|
|
|
WANTLIB += c m
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = devel/meson
|
|
|
|
BUILD_DEPENDS = misc/hwdata
|
|
|
|
.include <bsd.port.mk>
|