blob: 738f4feabf4f84bb81f753024a1bebca8245ff11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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: Makefile,v 1.1.1.1 1998/07/09 10:18:37 dburr Exp $
#
DISTNAME= ucspi-tcp-0.80
CATEGORIES= sysutils net
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>
|