2015-03-12 18:50:30 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.10 2015/03/12 17:50:30 tnn Exp $
|
2011-04-18 13:55:14 +02:00
|
|
|
#
|
|
|
|
# used by security/dsniff/Makefile
|
|
|
|
# used by security/dsniff-nox11/Makefile
|
2005-03-22 02:07:07 +01:00
|
|
|
|
|
|
|
DISTNAME= dsniff-${VERS}
|
|
|
|
VERS= 2.3
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES+= http://monkey.org/~dugsong/dsniff/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-03-22 02:07:07 +01:00
|
|
|
HOMEPAGE= http://monkey.org/~dugsong/dsniff/
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-05-06 23:41:29 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
2005-03-22 02:07:07 +01:00
|
|
|
|
2006-05-11 17:39:20 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../../security/dsniff/patches
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/dsniff/distinfo
|
2005-03-22 02:07:07 +01:00
|
|
|
|
2007-02-18 19:54:23 +01:00
|
|
|
SUBST_CLASSES+= conf
|
|
|
|
SUBST_STAGE.conf= pre-configure
|
|
|
|
SUBST_FILES.conf= configure
|
|
|
|
SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
|
|
|
|
SUBST_SED.conf+= -e "s|@@LN_INC@@|${BUILDLINK_PREFIX.libnet10}/include/libnet10|g"
|
|
|
|
SUBST_SED.conf+= -e "s|@@LN_LIB@@|${BUILDLINK_PREFIX.libnet10}/lib/libnet10|g"
|
|
|
|
SUBST_MESSAGE.conf= Fixing configuration script.
|
|
|
|
|
|
|
|
.include "../../devel/libnet10/buildlink3.mk"
|
2005-03-22 02:07:07 +01:00
|
|
|
.include "../../net/libnids/buildlink3.mk"
|
2015-03-12 18:50:30 +01:00
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|