1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/tcping/Makefile
Edwin Groothuis 1e1835f461 [maintainer update] net/tcping: update MASTER_SITES and WWW
The original author moved his/her web site, so I'm updating
	MASTER_SITES and WWW

PR:		ports/75086
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-12-15 03:41:46 +00:00

30 lines
595 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://www.linuxco.de/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>