mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
24 lines
456 B
Makefile
24 lines
456 B
Makefile
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>
|