pkgsrc/security/dsniff/Makefile

21 lines
584 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2000/08/14 12:04:56 itojun Exp $
2000-08-11 10:07:48 +02:00
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.2
CATEGORIES= security
2000-08-11 10:14:16 +02:00
MASTER_SITES+= http://www.monkey.org/~dugsong/dsniff/
2000-08-11 10:07:48 +02:00
2000-08-11 10:14:16 +02:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
2000-08-11 10:07:48 +02:00
# These libraries are static, thus they aren't necessary at run-time,
# only at compile-time.
#
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../devel/libnet
2000-08-11 10:54:36 +02:00
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
2000-08-11 10:07:48 +02:00
2000-08-11 10:14:16 +02:00
GNU_CONFIGURE= yes
USE_X11= yes
2000-08-11 10:07:48 +02:00
2000-08-11 10:14:16 +02:00
.include "../../mk/bsd.pkg.mk"