mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
35 lines
705 B
Makefile
35 lines
705 B
Makefile
PORTNAME= tmate
|
|
PORTVERSION= 2.4.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Instant terminal sharing
|
|
WWW= https://tmate.io/
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent \
|
|
libmsgpackc.so:devel/msgpack-c \
|
|
libssh.so:security/libssh
|
|
|
|
USES= autoreconf compiler:c11 ncurses pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tmate-io
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
LDFLAGS+= -lexecinfo
|
|
|
|
PLIST_FILES= bin/tmate share/man/man1/tmate.1.gz
|
|
|
|
OPTIONS_DEFINE= BACKSPACE
|
|
|
|
BACKSPACE_DESC= Build with tty/keys patch
|
|
|
|
BACKSPACE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tty-keys.c
|
|
|
|
.include <bsd.port.mk>
|