summaryrefslogtreecommitdiff
path: root/net/tcping/Makefile
blob: f4dd84accca62054e36766444716b2368f29fc1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	tcping
# Date created:		2003-12-16
# Whom:			Dryice Liu
#
# $FreeBSD$
#

PORTNAME=	tcping
PORTVERSION=	1.3.3
CATEGORIES=	net
MASTER_SITES=	http://stud.fh-heilbronn.de/~kirchner/tcping/

MAINTAINER=	dryice@liu.com.cn
COMMENT=	Do a TCP connect to the given ip/port combination

BROKEN=		"Checksum mismatch"

DOCS=		README

do-build:
	cd ${WRKSRC} && \
	${CC} ${CFLAGS} -DHAVE_HSTRERROR -o tcping tcping.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tcping ${PREFIX}/bin/tcping
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>