mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
39 lines
785 B
Makefile
39 lines
785 B
Makefile
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
# $FreeBSD$
|
|
|
|
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>
|