![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / lsh / Makefile (download)
Revision 1.22, Thu Jan 19 18:52:24 2017 UTC (6 years, 8 months ago) by agc
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:24 agc Exp $ # DISTNAME= lsh-2.0.4 PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ MASTER_SITES+= ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ COMMENT= SSH2 client/server LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= gmake gm4 bash:run REPLACE_BASH+= src/lcp CONFIGURE_ARGS+= --disable-openssl --disable-pam --disable-kerberos INFO_FILES= yes # lcp test depends on /bin/bash and thus fails, others work TEST_TARGET= check # man/man8/sftp-server.8 CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]* # src/nettle/examples/nettle-openssl.c needs des_key* USE_OLD_DES_API= yes .include "../../devel/argp/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../devel/liboop/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk"