- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
29 lines
601 B
Makefile
29 lines
601 B
Makefile
PORTNAME= eternalterminal
|
|
DISTVERSIONPREFIX= et-v
|
|
DISTVERSION= 5.1.9
|
|
PORTREVISION= 10
|
|
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>
|