b1f4a9bc5c
USES=compiler:c11 is already in place. Reported by: jbeich MFH: 2021Q1
24 lines
635 B
Makefile
24 lines
635 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|