2016-05-27 21:56:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tmate
|
|
|
|
PORTVERSION= 2.2.1
|
2017-02-20 03:57:04 +01:00
|
|
|
PORTREVISION= 2
|
2016-05-27 21:56:49 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
|
|
COMMENT= Instant terminal sharing
|
|
|
|
|
2017-02-20 03:57:04 +01:00
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent \
|
2016-05-27 21:56:49 +02:00
|
|
|
libmsgpackc.so:devel/msgpack \
|
|
|
|
libssh_threads.so:security/libssh
|
|
|
|
|
2016-08-23 21:23:52 +02:00
|
|
|
USES= autoreconf ncurses pkgconfig
|
2016-05-27 21:56:49 +02:00
|
|
|
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>
|