aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/wf-recorder/Makefile
blob: 3f1b7308959c1785413efd18c0a54ee3c9169291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

PORTNAME=   wf-recorder
DISTVERSION=    g20190226
CATEGORIES= multimedia wayland

MAINTAINER= tobik@FreeBSD.org
COMMENT=    Screen recorder for wlroots-based compositors

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

BUILD_DEPENDS=  wayland-protocols>=1.14:graphics/wayland-protocols \
        wayland-scanner:graphics/wayland
LIB_DEPENDS=    libavutil.so:multimedia/ffmpeg \
        libwayland-client.so:graphics/wayland

USES=       meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ammen99
GH_TAGNAME= 7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9

PLIST_FILES=    bin/wf-recorder
PORTDOCS=   README.md

OPTIONS_DEFINE= DOCS

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>