diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 23:51:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 23:51:16 +0000 |
commit | 5a72e169c09722d11679308296226f79c80c9c91 (patch) | |
tree | 47bcb24f7a5d8aa32b2affea6780b3523b137006 /net-mgmt/driftnet/Makefile | |
parent | 9e61cf08b8ae1f41b17403e31b708c575d97fe29 (diff) | |
download | ports-5a72e169c09722d11679308296226f79c80c9c91.tar.gz ports-5a72e169c09722d11679308296226f79c80c9c91.zip |
Notes
Diffstat (limited to 'net-mgmt/driftnet/Makefile')
-rw-r--r-- | net-mgmt/driftnet/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile new file mode 100644 index 000000000000..3c313ab668da --- /dev/null +++ b/net-mgmt/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> |