pkgsrc/net/ttt/Makefile
hubertf 818b913aa7 Update to 1.6. Changes:
00/12/21        version 1.6

                update copyright:
                 - 1996 -> 1996-2000
                 - Sony Computer Science Laboratory --> Laboratories

00/12/20        yscale support to display throughput in Kbps
                also requested by hubertf@netbsd.org

                add comment in ttt.tcl on how to disable auto-scale

00/12/16        net_read.c:
                 - additional ppp dlt types
                        DLT_PPP_BSDOS   /* bsd/os specific */
                        DLT_PPP_SERIAL  /* netbsd specific */
                 - add 802.1Q and PPPoE support
                requested by hubertf@netbsd.org

                ttt_ipv6.h, net_names.c:
                resolve ipv6 related conflicts in linux
                report by Shashidhar Patil <shaship@cisco.com>
2000-12-21 04:27:07 +00:00

20 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/12/21 04:27:07 hubertf Exp $
#
DISTNAME= ttt-1.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.csl.sony.co.jp/person/kjc/software.html
DEPENDS+= blt-2.*:../../x11/blt
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ttt_cv_tcl_lib="${LOCALBASE}/lib/tcl8.0"
CONFIGURE_ENV+= TCL_PREFIX="${LOCALBASE}" TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0
CONFIGURE_ENV+= TK_PREFIX="${LOCALBASE}" TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0
INSTALL_TARGET= install install-man
.include "../../mk/bsd.pkg.mk"