1997-11-20 13:44:30 +00:00
|
|
|
# New ports collection makefile for: ttt
|
1998-09-22 09:40:21 +00:00
|
|
|
# Date created: 22 September 1998
|
1998-07-12 17:56:08 +00:00
|
|
|
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
|
1997-11-20 13:44:30 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1997-11-20 13:44:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= ttt
|
2000-06-09 08:39:14 +00:00
|
|
|
PORTVERSION= 1.5
|
|
|
|
CATEGORIES= net tk82 ipv6
|
1997-11-20 13:44:30 +00:00
|
|
|
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
|
|
|
|
1998-07-12 17:56:08 +00:00
|
|
|
MAINTAINER= kjc@csl.sony.co.jp
|
1997-11-20 13:44:30 +00:00
|
|
|
|
1998-08-07 23:56:56 +00:00
|
|
|
# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt.
|
1999-04-12 10:25:24 +00:00
|
|
|
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \
|
1999-11-28 18:32:45 +00:00
|
|
|
tcl82.1:${PORTSDIR}/lang/tcl82 \
|
|
|
|
tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1997-11-21 17:50:07 +00:00
|
|
|
|
1998-07-12 17:56:08 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-11-20 13:44:30 +00:00
|
|
|
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>
|