aboutsummaryrefslogtreecommitdiff
path: root/net/http_ping/Makefile
blob: 6db12fcb50599027c767f8c6438c51fde44be601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dima Dorfman <dd@FreeBSD.org>

PORTNAME=	http_ping
PORTVERSION=	20050629
PORTREVISION=	1
CATEGORIES=	net www
MASTER_SITES=	http://www.acme.com/software/${PORTNAME}/
DISTNAME=	${PORTNAME}_29jun2005

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Measure HTTP Latency

USES=		ssl
WRKSRC=		${WRKDIR}/${PORTNAME}
CFLAGS+=	-I${OPENSSLINC}
LDFLAGS+=	-L${OPENSSLLIB}
PLIST_FILES=	bin/http_ping man/man1/http_ping.1.gz

.include <bsd.port.mk>