aboutsummaryrefslogtreecommitdiffstats
path: root/www/owncast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/owncast/Makefile')
-rw-r--r--www/owncast/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/owncast/Makefile b/www/owncast/Makefile
new file mode 100644
index 0000000..c4da756
--- /dev/null
+++ b/www/owncast/Makefile
@@ -0,0 +1,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>