mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
23 lines
622 B
Makefile
23 lines
622 B
Makefile
PORTNAME= taiga
|
|
PORTVERSION= s20200907
|
|
DISTVERSIONSUFFIX= -34c64aa7c3d7
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 wayland
|
|
MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/
|
|
DISTNAME= ${PORTNAME}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Take animated screenshots on wlroots compositors
|
|
WWW= https://hg.sr.ht/~scoopta/taiga
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
|
libavcodec.so:multimedia/ffmpeg
|
|
|
|
USES= compiler:c11 meson pkgconfig
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|