freebsd-ports/net/tcping/Makefile
Clive Lin f9a7ccd1bb Update to 1.3.4
PR:		ports/73804
Submitted by:	MAINTAINER
2004-11-11 06:58:32 +00:00

29 lines
611 B
Makefile

# New ports collection makefile for: tcping
# Date created: 2003-12-16
# Whom: Dryice Liu
#
# $FreeBSD$
#
PORTNAME= tcping
PORTVERSION= 1.3.4
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
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>