mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
601 B
Makefile
29 lines
601 B
Makefile
COMMENT = CLI tool to send messages over XMPP
|
|
|
|
MODGO_MODNAME = salsa.debian.org/mdosch/go-sendxmpp
|
|
MODGO_VERSION = v0.14.1
|
|
|
|
DISTNAME = go-sendxmpp-${MODGO_VERSION}
|
|
PKGNAME = ${DISTNAME:S/-v/-/}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://salsa.debian.org/mdosch/go-sendxmpp
|
|
|
|
# BSD-2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/* ${PREFIX}/bin/
|
|
${INSTALL_PROGRAM} ${WRKSRC}/man/*.1 ${PREFIX}/man/man1/
|
|
${INSTALL_PROGRAM} ${WRKSRC}/man/*.5 ${PREFIX}/man/man5/
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|