freebsd-ports/multimedia/obs-text-pthread/Makefile
Yuri Victorovich b247c960cc multimedia/obs-text-pthread: update 2.0.2 → 2.0.3
Reported by:	portscout
2024-01-01 00:09:04 -08:00

30 lines
693 B
Makefile

PORTNAME= obs-text-pthread
DISTVERSION= 2.0.3
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
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>