aboutsummaryrefslogtreecommitdiff
path: root/multimedia/obs-text-pthread/Makefile
blob: 21a0eaf3c853e7cafba63b29fd2bbde217a5a110 (plain) (blame)
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
26
27
28
29
30
PORTNAME=	obs-text-pthread
DISTVERSION=	2.0.7
CATEGORIES=	multimedia

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	OBS Studio Plugin: Rich text source plugin for OBS Studio
WWW=		https://github.com/norihiro/obs-text-pthread

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	simde>0:devel/simde
LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
		libobs.so:multimedia/obs-studio \
		libpng16.so:graphics/png

USES=		cmake gettext-runtime gnome localbase:ldflags pkgconfig
USE_GNOME=	cairo glib20 pango

USE_GITHUB=	yes
GH_ACCOUNT=	norihiro

CMAKE_OFF=	LINUX_PORTABLE

CFLAGS+=	-I${WRKDIR}/src

PLIST_FILES=	lib/obs-plugins/obs-text-pthread.so \
		share/obs/obs-plugins/obs-text-pthread/textalpha.effect

.include <bsd.port.mk>