freebsd-ports/sysutils/tmate/Makefile
Mateusz Piotrowski b2dbf7f381 systutils/tmate: Explain how to configure default fingerprints
PR:		251846
Approved by:	swills (maintainer)
Differential Revision:	https://reviews.freebsd.org/D27627
2020-12-15 21:06:40 +00:00

25 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= tmate
PORTVERSION= 2.4.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= swills@FreeBSD.org
COMMENT= Instant terminal sharing
LIB_DEPENDS= libevent.so:devel/libevent \
libmsgpackc.so:devel/msgpack \
libssh.so:security/libssh
USES= autoreconf compiler:c11 ncurses pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= tmate-io
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -lexecinfo
PLIST_FILES= bin/tmate man/man1/tmate.1.gz
.include <bsd.port.mk>