mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
9047e3d3e3
PR: 239883 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: portmgr (unbreak with the upcoming go1.13)
31 lines
524 B
Makefile
31 lines
524 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= matterircd
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.19.2
|
|
CATEGORIES= net-im irc
|
|
|
|
MAINTAINER= norrland@nullbyte.se
|
|
COMMENT= IRC bridge for Mattermost and Slack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
|
|
|
USES= go:modules
|
|
|
|
USE_RC_SUBR= matterircd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= 42wim
|
|
|
|
USERS= matterircd
|
|
GROUPS= matterircd
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/matterircd.toml.example \
|
|
${STAGEDIR}${PREFIX}/etc/matterircd.toml.sample
|
|
|
|
.include <bsd.port.mk>
|