mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
f109a2186b
to work out why configure wasn't noticing our db.h..
21 lines
442 B
Makefile
21 lines
442 B
Makefile
# 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>
|