aboutsummaryrefslogtreecommitdiffstats
path: root/security/dsniff/Makefile
blob: 7ef31d3ff1539082f7a310af5a374ff24f345e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    dsniff
# Version required: 1.3
# Date created:     08 Jan 2000
# Whom:         kris@FreeBSD.org
#
# $FreeBSD$

DISTNAME=   dsniff-1.3
CATEGORIES= security
MASTER_SITES=   http://www.monkey.org/~dugsong/dsniff/

MAINTAINER= kris@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
        ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids

GNU_CONFIGURE=  yes
USE_XLIB=   yes

.include <bsd.port.mk>