freebsd-ports/net/eternalterminal/Makefile
Yuri Victorovich 70362c4cc6 net/eternaltcp: Renamed to net/eternalterminal; Updated to 4.2.1
Request to rename:
https://github.com/MisterTea/EternalTCP/pull/92#issuecomment-368179461

Port changes:
* Updated GH_PROJECT/WWW accordingly
* Minor description correction

PR:		226231
Submitted by:	Trevis <trevis@silencedpoet.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-28 08:01:17 +00:00

26 lines
545 B
Makefile

# $FreeBSD$
PORTNAME= eternalterminal
DISTVERSIONPREFIX= et-v
DISTVERSION= 4.2.1
CATEGORIES= net
MAINTAINER= trevis@silencedpoet.com
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:outsource ncurses
USE_GITHUB= yes
GH_ACCOUNT= MisterTea
GH_PROJECT= EternalTerminal
PLIST_FILES= bin/et bin/etserver
.include <bsd.port.mk>