26 lines
462 B
Makefile
26 lines
462 B
Makefile
# 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>
|