blob: ba70ee43f990a78f2821d44be6f04161dcf14ec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ttcp
# Version required: 1.12
# Date created: 14 December 1997
# Whom: thorpej
#
# $NetBSD: Makefile,v 1.9 1998/03/20 22:04:08 frueauf Exp $
#
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
CATEGORIES= net
MASTER_SITES= http://www.ccci.com/tools/ttcp/
EXTRACT_SUFX= .tar.Z
MAINTAINER= thorpej@NetBSD.ORG
NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
.include <bsd.port.mk>
|