summaryrefslogtreecommitdiff
path: root/net/ttt/Makefile
blob: 2f780800481dd9d20db6194a28d6469975919cb7 (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
27
28
29
30
# New ports collection makefile for:    ttt
# Version required:     0.4.1
# Date created:         18 November 1997
# Whom:                 Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#

DISTNAME=       ttt-0.4.1
CATEGORIES=	net
MASTER_SITES=   ftp://ftp.csl.sony.co.jp/pub/kjc/

MAINTAINER=     itojun@itojun.org

LIB_DEPENDS=	BLT:${PORTSDIR}/x11/blt

INSTALL_TARGET=	install install-man
MAN1=		ttt.1 tttprobe.1 tttview.1

post-install:
	@if [ ! -c /dev/bpf1 ]; then \
	  ${ECHO} "*********************************************************";\
	  ${ECHO} "*                      W a r n i n g                    *";\
	  ${ECHO} "* TTT needs Berkeley packet filter (bpf).               *";\
	  ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\
	  ${ECHO} "* make bpf devices on /dev directory.                   *";\
	  ${ECHO} "*********************************************************";\
	fi

.include <bsd.port.mk>