2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
2002-06-10 01:51:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= driftnet
|
2002-08-21 21:32:42 +02:00
|
|
|
PORTVERSION= 0.1.6
|
2015-12-03 21:01:03 +01:00
|
|
|
PORTREVISION= 11
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2002-06-10 01:51:16 +02:00
|
|
|
MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \
|
|
|
|
http://www.vanheusden.com/mirrors/
|
|
|
|
|
2014-06-25 11:15:20 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Tool to grab images out of (your) TCP connections
|
2002-06-10 01:51:16 +02:00
|
|
|
|
2014-06-25 11:15:20 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
2002-06-10 01:51:16 +02:00
|
|
|
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= gmake jpeg
|
2002-08-21 21:32:42 +02:00
|
|
|
|
|
|
|
ALL_TARGET= default
|
2014-06-25 11:15:20 +02:00
|
|
|
PLIST_FILES= bin/driftnet man/man1/driftnet.1.gz
|
2002-08-21 21:32:42 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-06-25 11:15:20 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
2002-06-10 01:51:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|