mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
43d9a1336d
Convert bunch of ports to USES=cmake:indirect
23 lines
616 B
Makefile
23 lines
616 B
Makefile
PORTNAME= wlrobs
|
|
DISTVERSIONPREFIX= v
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia wayland
|
|
MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Wayland screen capture plugin for obs-studio
|
|
WWW= https://hg.sr.ht/~scoopta/wlrobs
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
|
libobs.so:multimedia/obs-studio
|
|
|
|
USES= cmake:indirect compiler:c11 meson pkgconfig
|
|
DATADIR= ${PREFIX}/lib/obs-plugins
|
|
PORTDATA= lib${PORTNAME}.so
|
|
|
|
.include <bsd.port.mk>
|