1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11/taiga/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
622 B
Makefile

PORTNAME= taiga
PORTVERSION= s20200907
DISTVERSIONSUFFIX= -34c64aa7c3d7
CATEGORIES= x11
MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/
DISTNAME= ${PORTNAME}${DISTVERSIONSUFFIX}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Take animated screenshots on wlroots compositors
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.md
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libavcodec.so:multimedia/ffmpeg
USES= compiler:c11 meson pkgconfig
CPPFLAGS+= -D_WITH_GETLINE # XXX Remove after FreeBSD 11 EOL
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>