freebsd-ports/net/ttt/Makefile

35 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: ttt
1998-09-22 05:40:21 -04:00
# Version required: 1.3
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
#
# $Id: Makefile,v 1.12 1998/10/14 03:01:15 jseger Exp $
#
1998-09-22 05:40:21 -04:00
DISTNAME= ttt-1.3
CATEGORIES= net tk80
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= kjc@csl.sony.co.jp
# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt.
LIB_DEPENDS= BLT.2:${PORTSDIR}/x11-toolkits/blt \
1998-09-25 06:07:46 -04:00
tcl80.1:${PORTSDIR}/lang/tcl80 \
1998-09-25 06:05:14 -04:00
tk80.1:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= yes
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>