diff options
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 175f55a..b219c88 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,22 +1,23 @@ # New ports collection makefile for: ttt -# Version required: 0.4.1 -# Date created: 18 November 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# Version required: 1.1 +# Date created: 9 July 1998 +# Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.3 1997/11/22 11:57:46 itojun Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:38:10 fenner Exp $ # -DISTNAME= ttt-0.4.1 -CATEGORIES= net tk41 +DISTNAME= ttt-1.1 +CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ -MAINTAINER= itojun@itojun.org +MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11/blt. -LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt \ - tcl75:${PORTSDIR}/lang/tcl75 \ - tk41\\.1:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11/blt \ + tcl80\\.1:${PORTSDIR}/lang/tcl80 \ + tk80\\.1:${PORTSDIR}/x11/tk80 +GNU_CONFIGURE= yes INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |