freebsd-ports/sysutils/tmate-slave/Makefile
Jan Beich f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00

29 lines
533 B
Makefile

# $FreeBSD$
PORTNAME= tmate-slave
PORTVERSION= g2018112801
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
MAINTAINER= swills@FreeBSD.org
COMMENT= Instant terminal sharing server
LIB_DEPENDS= libevent.so:devel/libevent \
libmsgpackc.so:devel/msgpack \
libssh.so:security/libssh
USES= autoreconf ncurses pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= tmate-io
GH_TAGNAME= 8b294f3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -lexecinfo
PLIST_FILES= bin/tmate-slave
PORTSCOUT= skipv:1.8,1.7,to_copy,base
.include <bsd.port.mk>