2006-10-14 04:16:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2006/10/14 02:16:03 rillig Exp $
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
#
|
|
|
|
|
2004-03-06 07:26:21 +01:00
|
|
|
DISTNAME= BLT2.4z
|
|
|
|
PKGNAME= blt-2.4z
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
CATEGORIES= x11
|
2004-03-06 07:26:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blt/}
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
|
|
|
|
MAINTAINER= brook@nmsu.edu
|
2004-03-06 07:26:21 +01:00
|
|
|
HOMEPAGE= http://blt.sourceforge.net/
|
2003-07-21 19:38:24 +02:00
|
|
|
COMMENT= Extension to Tcl/Tk
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
|
2004-03-06 07:26:21 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/blt2.4z
|
2002-09-24 00:39:22 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX:Q}
|
2002-09-24 00:39:22 +02:00
|
|
|
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
|
|
|
|
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= X11BASE=${X11BASE:Q}
|
|
|
|
MAKE_ENV+= CP=${CP:Q}
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
|
2006-10-14 04:16:03 +02:00
|
|
|
CHECK_INTERPRETER_SKIP+= lib/*/demos/*.tcl
|
|
|
|
|
2005-10-07 19:39:26 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
|
|
.if empty(OS_VERSION:M1.[56]*)
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
|
|
.include "../../x11/tk/buildlink3.mk"
|
2001-12-16 08:39:10 +01:00
|
|
|
|
Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext
2000-03-12 02:43:55 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|