freebsd-ports/net/tcpcat/Makefile
Peter Pentchev 418bb93138 Mirror the misc/histring and net/tcpcat sources at MASTER_SITE_LOCAL,
thus making both actually fetchable.
2006-08-17 09:19:28 +00:00

21 lines
464 B
Makefile

# New ports collection makefile for: tcpcat
# Date created: 18 October 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= tcpcat
PORTVERSION= 1.2.0
CATEGORIES= net
MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= roam/net
MAINTAINER= roam@FreeBSD.org
COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcpcat
.include <bsd.port.mk>