# New ports collection makefile for:	httping
# Date created:				26 Aug 2005
# Whom:					Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD: ports/net/httping/Makefile,v 1.33 2011/08/03 16:39:45 ehaupt Exp $
#

PORTNAME=	httping
PORTVERSION=	1.5.2
CATEGORIES=	net
MASTER_SITES=	http://www.vanheusden.com/httping/ \
		CRITICAL
EXTRACT_SUFX=	.tgz

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	A ping-like tool for HTTP requests

USE_GMAKE=	yes
MAKE_JOBS_SAFE=	yes

MAN1=		httping.1
PLIST_FILES=	bin/httping

CFLAGS+=	-D_GNU_SOURCE

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.mk>
