summaryrefslogtreecommitdiff
path: root/net/ttcp/Makefile
blob: 1541dd29ed2f482a93c73a13f07f4fd891c3c7c1 (plain)
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:	ttcp
# Version required:	???
# Date created:		14 December 1997
# Whom:			thorpej
#
# $NetBSD: Makefile,v 1.5 1998/02/28 19:03:13 tron Exp $
#

DISTNAME=	ttcp
CATEGORIES=	net
MASTER_SITES=	http://www.ccci.com/tools/ttcp/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	thorpej@NetBSD.ORG

NO_CONFIGURE=	yes
WRKSRC=		${WRKDIR}

MAN1=		ttcp.1

# MANZ is handled automatically
.if defined(MANZ)
MANCOMPRESSED=	1
.endif

.include <bsd.port.mk>