summaryrefslogtreecommitdiff
path: root/net/driftnet/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-01-09 08:29:42 +0000
committerhubertf <hubertf@pkgsrc.org>2003-01-09 08:29:42 +0000
commit12a538083bfca51c53eec4ab7fc703684661ecc2 (patch)
tree2e5b4fffa2335c26493da85b257534555371c445 /net/driftnet/Makefile
parent7080ac09fd4e6dfc2aadde03171d3711355b1c11 (diff)
downloadpkgsrc-12a538083bfca51c53eec4ab7fc703684661ecc2.tar.gz
Import driftnet-0.1.6: Real-time image sniffer
Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display. It is an horrific invasion of privacy and shouldn't be used by anyone anywhere. It can also extract MPEG audio data from the network and play it. If you live in a house with thick walls, this may be a useful way to find out about your neighbours' musical taste. This program is similar to what was shown at 19C3.
Diffstat (limited to 'net/driftnet/Makefile')
-rw-r--r--net/driftnet/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/driftnet/Makefile b/net/driftnet/Makefile
new file mode 100644
index 00000000000..71fd38ed570
--- /dev/null
+++ b/net/driftnet/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $
+#
+
+DISTNAME= driftnet-0.1.6
+CATEGORIES= graphics network
+MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/
+COMMENT= Real-time image sniffer
+
+ALL_TARGET= default
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${PREFIX}/man/man1
+
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"