pkgsrc/security/lsh/Makefile
drochner 6fb5de7923 -explicitely disable kerberos support to avoid PLIST fluctuations
(seen in bulk build)
-fix obvious typo in asm code (fixes i386 build)
-don't install nettle library to avoid conflict with pkgsrc/nettle
bump PKGREV
2011-12-16 12:54:41 +00:00

36 lines
999 B
Makefile

# $NetBSD: Makefile,v 1.20 2011/12/16 12:54:41 drochner Exp $
#
DISTNAME= lsh-2.0.4
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
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
PKG_DESTDIR_SUPPORT= user-destdir
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"