diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 23:51:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 23:51:16 +0000 |
commit | cabb38eaf716dac22f5a3702758c9919e33af02c (patch) | |
tree | 04bc20ed63bec8636e472274ece1b9ee45dcaaff /net/driftnet/Makefile | |
parent | e5d067939768a9f4266164e8b4886dd6b0a7a711 (diff) | |
download | FreeBSD-ports-cabb38eaf716dac22f5a3702758c9919e33af02c.zip FreeBSD-ports-cabb38eaf716dac22f5a3702758c9919e33af02c.tar.gz |
Add driftnet 0.1.4, a Tool to grab images out of (your) TCP
connections.
PR: 35438
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'net/driftnet/Makefile')
-rw-r--r-- | net/driftnet/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/driftnet/Makefile b/net/driftnet/Makefile new file mode 100644 index 0000000..3c313ab --- /dev/null +++ b/net/driftnet/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: driftnet +# Date created: 28 February 2002 +# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> +# +# $FreeBSD$ +# + +PORTNAME= driftnet +PORTVERSION= 0.1.4 +CATEGORIES= net +MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \ + http://www.vanheusden.com/mirrors/ + +MAINTAINER= corecode@corecode.ath.cx + +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ + jpeg.9:${PORTSDIR}/graphics/jpeg + +USE_GTK= yes +USE_X_PREFIX= yes +MAKEFILE= ${FILESDIR}/Makefile + +.include <bsd.port.mk> |