freebsd-ports/graphics/libliftoff/Makefile
2023-07-12 21:44:24 +00:00

21 lines
452 B
Makefile

PORTNAME= libliftoff
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Lightweight KMS plane library
WWW= https://gitlab.freedesktop.org/emersion/libliftoff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdrm.so:graphics/libdrm
USES= compiler:c11 meson pkgconfig
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= emersion
.include <bsd.port.mk>