1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/httping/Makefile

37 lines
721 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
2010-07-24 11:42:12 +00:00
PORTVERSION= 1.4.4
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
2008-03-27 19:27:34 +00:00
CRITICAL
EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A ping-like tool for HTTP requests
2009-08-04 09:22:13 +00:00
USE_GMAKE= yes
2009-03-27 09:53:36 +00:00
MAKE_JOBS_SAFE= yes
2005-11-14 13:13:06 +00:00
MAN1= httping.1
PLIST_FILES= bin/httping
.include <bsd.port.pre.mk>
.if(${OSVERSION} >= 701101)
CFLAGS+= -D_GNU_SOURCE
.else
EXTRA_PATCHES= ${FILESDIR}/extrapatch-mssl.c
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>