c6ff9df47b
PKGREVISION++
30 lines
790 B
Makefile
30 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/08/17 05:32:12 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= lsh-2.0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/
|
|
COMMENT= SSH2 client/server
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake gm4 bash:run
|
|
REPLACE_BASH+= src/lcp
|
|
CONFIGURE_ARGS+= --disable-openssl --disable-pam
|
|
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/gmp/buildlink3.mk"
|
|
.include "../../devel/liboop/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|