2005-08-29 19:32:19 +02:00
|
|
|
# New ports collection makefile for: httping
|
|
|
|
# Date created: 26 Aug 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= httping
|
2007-07-27 16:55:17 +02:00
|
|
|
PORTVERSION= 1.2.5
|
2005-08-29 19:32:19 +02:00
|
|
|
CATEGORIES= net
|
2005-10-08 19:54:18 +02:00
|
|
|
MASTER_SITES= http://www.vanheusden.com/httping/ \
|
2006-06-01 14:13:54 +02:00
|
|
|
http://critical.ch/distfiles/ \
|
2006-07-26 17:17:48 +02:00
|
|
|
http://energy.critical.ch/distfiles/
|
2005-08-29 19:32:19 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-08-29 19:32:19 +02:00
|
|
|
COMMENT= A ping-like tool for HTTP requests
|
|
|
|
|
2005-11-14 14:13:06 +01:00
|
|
|
MAN1= httping.1
|
2005-08-29 19:32:19 +02:00
|
|
|
PLIST_FILES= bin/httping
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2006-07-26 17:17:48 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
2005-08-29 19:32:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|