www/owncast/Makefile (view raw)
1COMMENT = self-hosted live video streaming and chat server
2
3VERSION = 0.1.0pre20230502132147
4REVISION = 0
5
6DISTNAME = owncast-${VERSION}
7
8CATEGORIES = www
9
10HOMEPAGE = https://owncast.online
11
12MAINTAINER = la ninpre <aaoth@aaoth.xyz>
13
14# MIT
15PERMIT_PACKAGE = Yes
16
17WANTLIB += c pthread
18
19MODGO_MODNAME = github.com/owncast/owncast
20MODGO_VERSION = v0.0.13-0.20230502132147-b90b794dcaf6
21MODULES = lang/go
22
23RUN_DEPENDS = graphics/ffmpeg
24
25.include "modules.inc"
26
27.include <bsd.port.mk>