diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 01:07:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 01:07:07 +0000 |
commit | 5c0172691c53c17f0fdfd08a71934de3b243f578 (patch) | |
tree | e278efba77836be8b156992f7386c9c6971a18ba /security/dsniff/Makefile | |
parent | c8ab14f8dce229b77437863de9ce41423f0cb876 (diff) | |
download | pkgsrc-5c0172691c53c17f0fdfd08a71934de3b243f578.tar.gz |
Split parts of Makefile into Makefile.common for use by dsniff-nox11.
Only build webspy in this package, and depend on dsniff to get the
other tools. Bump PKGREVISION.
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 6dc2920be53..36f845f1112 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,22 +1,17 @@ -# $NetBSD: Makefile,v 1.23 2005/02/05 16:11:48 adrianp Exp $ -# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ +# $NetBSD: Makefile,v 1.24 2005/03/22 01:07:07 wiz Exp $ -DISTNAME= dsniff-2.3 -PKGREVISION= 3 -CATEGORIES= security -MASTER_SITES+= http://monkey.org/~dugsong/dsniff/ +.include "Makefile.common" -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://monkey.org/~dugsong/dsniff/ -COMMENT= Password sniffer +PKGREVISION= 4 +COMMENT= Password sniffer (webspy) + +DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11 -USE_BUILDLINK3= yes -GNU_CONFIGURE= yes USE_X11= yes +BUILD_TARGET= libmissing.a webspy -BUILDLINK_DEPENDS.libnet+= libnet-1.0.* +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/webspy ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/webspy.8 ${PREFIX}/man/man8 -.include "../../net/libpcap/buildlink3.mk" -.include "../../devel/libnet/buildlink3.mk" -.include "../../net/libnids/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |