2012-10-19 23:05:09 +00:00
|
|
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
2012-04-10 21:39:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mosh
|
2016-08-11 23:36:43 +00:00
|
|
|
PORTVERSION= 1.2.6
|
2012-04-10 21:39:31 +00:00
|
|
|
CATEGORIES= net
|
2013-03-27 12:16:44 +00:00
|
|
|
MASTER_SITES= http://mosh.mit.edu/ \
|
2012-04-10 21:39:31 +00:00
|
|
|
http://mirrors.rit.edu/zi/
|
|
|
|
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
2012-07-29 11:17:02 +00:00
|
|
|
COMMENT= Mobile terminal that supports intermittent connectivity
|
2012-04-10 21:39:31 +00:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
2012-04-10 21:39:31 +00:00
|
|
|
|
2013-09-16 06:30:31 +00:00
|
|
|
USE_PERL5= run
|
2012-04-10 21:39:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-01-14 17:46:52 +00:00
|
|
|
CONFIGURE_ARGS= --with-utempter --without-ncurses
|
2016-08-11 23:36:43 +00:00
|
|
|
CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
|
2014-01-14 17:46:52 +00:00
|
|
|
TINFO_CFLAGS="-I/usr/include"
|
2012-04-26 11:27:00 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2016-08-11 23:36:43 +00:00
|
|
|
USES= autoreconf:autoconf ncurses perl5 pkgconfig ssl
|
2012-04-10 21:39:31 +00:00
|
|
|
|
2012-04-12 10:35:43 +00:00
|
|
|
CONFLICTS_INSTALL= mosh-0.[2-9].*
|
|
|
|
|
2013-11-06 12:27:13 +00:00
|
|
|
PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client \
|
|
|
|
man/man1/mosh-client.1.gz man/man1/mosh-server.1.gz man/man1/mosh.1.gz
|
2012-04-10 21:39:31 +00:00
|
|
|
|
2015-09-03 18:50:18 +00:00
|
|
|
.include <bsd.port.mk>
|