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

VERSION =		 0.1.0pre20230502132147

DISTNAME =		owncast-${VERSION}

CATEGORIES =		www

HOMEPAGE =		https://owncast.online

MAINTAINER =		la ninpre <aaoth@aaoth.xyz>

# MIT
PERMIT_PACKAGE =	Yes

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>