aboutsummaryrefslogtreecommitdiffstats
path: root/www/owncast/Makefile
blob: 685f83e780bfb70329cb5e0b7cb3e29a68063e5c (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
COMMENT =		self-hosted live video streaming and chat server

VERSION =		0.1.0pre20230502132147
REVISION =		1

DISTNAME =		owncast-${VERSION}

CATEGORIES =		www

HOMEPAGE =		https://owncast.online

MAINTAINER =		la ninpre <aaoth@aaoth.xyz>

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB +=		c pthread

MODGO_MODNAME =		github.com/owncast/owncast
MODGO_VERSION =		 v0.0.13-0.20230502132147-b90b794dcaf6
MODULES =		lang/go

RUN_DEPENDS =		graphics/ffmpeg

.include "modules.inc"

.include <bsd.port.mk>