22 lines
475 B
Makefile
22 lines
475 B
Makefile
# New ports collection makefile for: httpgrabber
|
|
# Date created: 5 september 2001
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= httpgrabber
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= HTTP network traffic grabber and extractor
|
|
|
|
LIB_DEPENDS= ngrep.1:${PORTSDIR}/net/ngrep-lib
|
|
|
|
MAN8= httpgrabber.8
|
|
PLIST_FILES= bin/httpgrabber
|
|
|
|
.include <bsd.port.mk>
|