aboutsummaryrefslogblamecommitdiff
path: root/net-mgmt/driftnet/Makefile
blob: 136059b9ee5e72a9de7624da988c9b12dd88ad6e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                  

                        
                     
                         
                        
 
                                  
                                                                 
 
                      

                                 
                                           
                                      
                                           
 
                   
                                                                               
                              
                   
                   
                     
                           
 
                    
 

                                              
                                                   
                 
 
                             
 

                    
                      
# 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>