freebsd-ports/net/httping/Makefile

32 lines
686 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
2009-02-23 12:56:11 +01:00
PORTVERSION= 1.3.0
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
2008-03-27 20:27:34 +01:00
CRITICAL
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
.include <bsd.port.pre.mk>
.if(${OSVERSION} >= 701101)
EXTRA_PATCHES= ${FILESDIR}/extra-patch-str.c ${FILESDIR}/extra-patch-str.h
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>