From 8f58aeaa91974923d76371c7f3a8c96ec4d60e2e Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Thu, 9 Jul 1998 10:18:42 +0000 Subject: PR: ports/6934 Submitted by: Dom Mitchell Import of new port ucspi-tcp, a set of commandline tools for creating TCP client/server applications. --- sysutils/ucspi-tcp/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysutils/ucspi-tcp/Makefile (limited to 'sysutils/ucspi-tcp/Makefile') diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile new file mode 100644 index 000000000000..9b178714f04c --- /dev/null +++ b/sysutils/ucspi-tcp/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ucspi-tcp +# Version required: 0.80 +# Date created: 12 June 1998 +# Whom: Dom Mitchell +# +# $Id$ +# + +DISTNAME= ucspi-tcp-0.80 +CATEGORIES= sysutils +MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ + +MAINTAINER= dom@myrddin.demon.co.uk + +NO_PACKAGE= Unsure of djb's license + +ALL_TARGET= it man +INSTALL_TARGET= setup + +SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ + MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" + +MAN1= tcpclient.1 tcprules.1 tcpserver.1 +MAN5= tcp-environ.5 + +.include -- cgit v1.2.3