blob: a90614662d9ba5918489f730609f04a0476bc004 (
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
|
# $FreeBSD$
PORTNAME= tmate
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= swills@FreeBSD.org
COMMENT= Instant terminal sharing
LIB_DEPENDS= libevent.so:devel/libevent2 \
libmsgpackc.so:devel/msgpack \
libssh_threads.so:security/libssh
USES= autoreconf ncurses pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= tmate-io
GNU_CONFIGURE= yes
INSTALL_ARGET= install-strip
USE_LDCONFIG= yes
LDFLAGS+= -lexecinfo
PLIST_FILES= bin/tmate man/man1/tmate.1.gz
.include <bsd.port.mk>
|