aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmate-ssh-server/Makefile
blob: 177503b2ae74957675fbcdf27883bc4ef966b0a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	tmate-ssh-server
PORTVERSION=	g2020071601
PORTEPOCH=	1
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Instant terminal sharing server
WWW=		https://tmate.io/

LIB_DEPENDS=	libevent.so:devel/libevent \
		libmsgpackc.so:devel/msgpack-c \
		libssh.so:security/libssh

USES=		autoreconf compiler:c11 ncurses pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	tmate-io
GH_TAGNAME=	97d2024

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
LDFLAGS+=	-lexecinfo

PLIST_FILES=	bin/tmate-ssh-server

PORTSCOUT=	skipv:2.3.0

.include <bsd.port.mk>