mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
8976fc1025
While I'm here, add SHA256 checksums. Reminded by: linimon's and fenner's scripts, like, repeatedly
20 lines
410 B
Makefile
20 lines
410 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/
|
|
|
|
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>
|