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