20 lines
394 B
Makefile
20 lines
394 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= net
|
||
|
MASTER_SITES= http://www.mavetju.org/download/
|
||
|
|
||
|
MAINTAINER= edwin@mavetju.org
|
||
|
|
||
|
LIB_DEPENDS= ngrep.1:${PORTSDIR}/net/ngrep-lib
|
||
|
|
||
|
MAN8= httpgrabber.8
|
||
|
|
||
|
.include <bsd.port.mk>
|