c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
29 lines
779 B
Makefile
29 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/08/18 07:31:15 wiz Exp $
|
|
|
|
DISTNAME= mosh-1.2.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mosh.mit.edu/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://mosh.mit.edu/
|
|
COMMENT= Remote terminal application which allows roaming
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c c++
|
|
|
|
REPLACE_PERL+= scripts/mosh.pl
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/protobuf/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/terminfo.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|