aboutsummaryrefslogblamecommitdiff
path: root/net/tcping/Makefile
blob: 929bb54f0fe41bb9f76dd61c60ed75452f931e25 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                              
                     
                   
                                               
                                                              
 
                                  
                                                                 
 













                                                                
# New ports collection makefile for:	tcping
# Date created:		2003-12-16
# Whom:			Dryice Liu
#
# $FreeBSD$
#

PORTNAME=	tcping
PORTVERSION=	1.3.5
CATEGORIES=	net
MASTER_SITES=	http://www.linuxco.de/tcping/ \
		http://dryice.name/computer/FreeBSD/distfiles/

MAINTAINER=	dryice@dryice.name
COMMENT=	Do a TCP connect to the given IP/port combination

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>