summaryrefslogtreecommitdiff
path: root/graphics/libliftoff/Makefile
blob: 4ca08dd8e59a0e3c5779a6df15dad1f6ac6a492a (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
COMMENT = lightweight KMS plane library

V = 		0.4.1
DISTNAME = 	libliftoff-v$V
PKGNAME = 	libliftoff-$V
CATEGORIES = 	graphics

# MIT
PERMIT_PACKAGE = Yes

SHARED_LIBS = 	liftoff 0.0 # 0.5.0

MASTER_SITES =	https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v$V/

COMPILER = 	base-clang ports-gcc
COMPILER_LANGS = c

MODULES = 	devel/meson

WANTLIB = 	drm

DEBUG_PACKAGES = ${BUILD_PACKAGES}

.include <bsd.port.mk>