mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
cf118ccf87
Reported by: lwhsu
30 lines
600 B
Makefile
30 lines
600 B
Makefile
PORTNAME= eternalterminal
|
|
DISTVERSIONPREFIX= et-v
|
|
DISTVERSION= 5.1.9
|
|
PORTREVISION= 8
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Remote shell that reconnects without interrupting session
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgflags.so:devel/gflags \
|
|
libglog.so:devel/glog \
|
|
libprotobuf.so:devel/protobuf \
|
|
libsodium.so:security/libsodium
|
|
|
|
USES= cmake compiler:c++11-lang ncurses
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MisterTea
|
|
GH_PROJECT= EternalTerminal
|
|
|
|
PLIST_FILES= bin/et \
|
|
bin/etserver \
|
|
bin/etterminal \
|
|
bin/htm \
|
|
bin/htmd
|
|
|
|
.include <bsd.port.mk>
|