c732b75ec2
Only sshmitm is incompatible with OpenSSL 1.1. Temporarily avoid to build and install it (possible patches that should fix building it with OpenSSL 1.1 are present in Debian and are probably worth to look). PKGREVISION++
24 lines
657 B
Makefile
24 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.44 2020/04/24 12:45:09 leot Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 18
|
|
COMMENT= Password sniffer (webspy)
|
|
|
|
DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11
|
|
|
|
BUILD_TARGET= libmissing.a webspy
|
|
|
|
INSTALLATION_DIRS+= sbin ${PKGMANDIR}/man8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/webspy ${DESTDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/webspy.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|