blob: 1c2ce9199bb9d69c991ba4740eb4d401b30a0995 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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/
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>
|