7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
775 B
Makefile
29 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:04 wiz Exp $
|
|
|
|
DISTNAME= mosh-1.2.4
|
|
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
|
|
|
|
.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"
|