freebsd-ports/net/httping/Makefile

27 lines
604 B
Makefile
Raw Normal View History

# 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
CATEGORIES= net
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/
EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A ping-like tool for HTTP requests
2005-11-14 14:13:06 +01:00
MAN1= httping.1
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
.include <bsd.port.mk>