mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
622 B
Makefile
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>
|