diff options
Diffstat (limited to 'net/matterbridge/Makefile')
| -rw-r--r-- | net/matterbridge/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/matterbridge/Makefile b/net/matterbridge/Makefile new file mode 100644 index 0000000..bf30289 --- /dev/null +++ b/net/matterbridge/Makefile @@ -0,0 +1,32 @@ +COMMENT = bridge between multiple chat platforms + +VERSION = 1.26.0 + +DISTNAME = matterbridge-${VERSION} + +GH_ACCOUNT = 42wim +GH_PROJECT = matterbridge +GH_TAGNAME = v${VERSION} + +CATEGORIES = net + +HOMEPAGE = https://github.com/42wim/matterbridge + +MAINTAINER = la ninpre <aaoth@aaoth.xyz> + +!# Apache-2.0 +PERMIT_PACKAGE = Yes + +MODULES = lang/go +MODGO_FLAGS = -tags nomsteams # don't need to build that cr..., ahem, big thing + +ALL_TARGET = github.com/42wim/matterbridge + +do-install: + ${MODGO_INSTALL_TARGET} + ${INSTALL_DATA_DIR} ${PREFIX}/share/matterbridge +.for _c in sample simple + cp -Rp ${WRKSRC}/matterbridge.toml.${_c} ${PREFIX}/share/matterbridge/matterbridge-${_c}.toml +.endfor + +.include <bsd.port.mk> |
