sthen f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00

29 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.6 2018/04/14 22:53:54 sthen Exp $
COMMENT= concurrent ssh client
GH_TAGNAME= v0.9
GH_ACCOUNT= akosela
GH_PROJECT= go-cs
REVISION= 1
CATEGORIES= sysutils net
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/go
NO_TEST= Yes
do-build:
cd ${WRKSRC}/cs && ${MODGO_CMD} build ${MODGO_FLAGS} cs.go
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cs/cs ${PREFIX}/bin/cs
${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1/cs.1
.include <bsd.port.mk>