27 lines
604 B
Makefile
27 lines
604 B
Makefile
# New ports collection makefile for: httping
|
|
# Date created: 26 Aug 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= httping
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.vanheusden.com/httping/ \
|
|
http://critical.ch/distfiles/ \
|
|
http://energy.critical.ch/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= A ping-like tool for HTTP requests
|
|
|
|
MAN1= httping.1
|
|
PLIST_FILES= bin/httping
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|