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
583 B
Makefile
24 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/04/24 12:45:09 leot Exp $
|
|
|
|
.include "../../security/dsniff/Makefile.common"
|
|
|
|
PKGNAME= dsniff-nox11-${VERS}
|
|
PKGREVISION= 12
|
|
COMMENT= Password sniffer
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man8
|
|
INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}
|
|
|
|
CFLAGS.Darwin+= -DBIND_8_COMPAT
|
|
|
|
post-configure:
|
|
( cd ${WRKSRC} \
|
|
&& grep '#define.*HAVE_SYS_QUEUE_H' config.h >/dev/null \
|
|
&& mv missing/sys/queue.h missing/sys/queue.h.fake )
|
|
|
|
post-install:
|
|
${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/webspy.8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|