mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
39a46c8e84
Submitted by: bento
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# New ports collection makefile for: dsniff
|
|
# Date created: 08 Jan 2000
|
|
# Whom: kris@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dsniff
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://naughty.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
|
|
|
|
MAN8= arpredirect.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \
|
|
tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8
|
|
|
|
.include <bsd.port.mk>
|