1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/ucspi-tcp/Makefile
Donald Burr 8f58aeaa91 PR: ports/6934
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
Import of new port ucspi-tcp, a set of commandline tools for
creating TCP client/server applications.
1998-07-09 10:18:42 +00:00

27 lines
595 B
Makefile

# New ports collection makefile for: ucspi-tcp
# Version required: 0.80
# Date created: 12 June 1998
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $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 <bsd.port.mk>