aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/Makefile
blob: 136059b9ee5e72a9de7624da988c9b12dd88ad6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>

PORTNAME=	driftnet
PORTVERSION=	1.3.0
DISTVERSIONPREFIX=	v
CATEGORIES=	net-mgmt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Tool to grab images out of (your) TCP connections

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgif.so:graphics/giflib \
		libpng.so:graphics/png
BUILD_DEPENDS=	makedepend:devel/makedepend

GNU_CONFIGURE=	yes
USES=		autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \
		pkgconfig xorg
USE_CSTD=	c99
USE_GITHUB=	yes
USE_GNOME=	gtk20
USE_XORG=	x11 xext xi

GH_ACCOUNT=	deiv

CONFIGURE_ARGS+=	--disable-http-display

PLIST_FILES=	bin/driftnet man/man1/driftnet.1.gz
PORTDOCS=	*

INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>