summaryrefslogtreecommitdiff
path: root/net/trafshow4/Makefile
blob: a3614b627d5b16b716b49d63425f3a1be724de98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	trafshow
# Version required:     2.0
# Date created:         17 January 1996
# Whom:			Igor Vinokurov <igor@zynaps.ru>
#
# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $
#

DISTNAME=	trafshow-2.0
CATEGORIES+=	net
MASTER_SITES=	ftp://ftp.kiae.su/unix/tcpip/netmaint/
EXTRACT_SUFX=	.tgz

MAINTAINER=	igor@zynaps.ru

post-install:
	strip ${PREFIX}/bin/trafshow
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/trafshow.1
.endif

.include <bsd.port.mk>