opnsense-ports/sysutils/tmate/Makefile
Franco Fichtner 17330bfe27 */*: sync with upstream
Taken from: HardenedBSD
2019-08-03 20:35:54 +02:00

25 lines
456 B
Makefile

# $FreeBSD$
PORTNAME= tmate
PORTVERSION= 2.2.1
PORTREVISION= 4
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 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>