2020-08-17 22:17:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.36 2020/08/17 20:17:48 leot 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
|
2020-08-17 22:17:15 +02:00
|
|
|
PKGREVISION= 11
|
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
|
|
|
|
2019-11-03 10:14:06 +01:00
|
|
|
PATCHFILES= blt2.4z-patch-2
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCH_DIST_STRIP= -p1
|
2014-02-01 19:12:13 +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
|
|
|
MAINTAINER= brook@nmsu.edu
|
2020-01-26 06:26:08 +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
|
|
|
|
2009-08-03 14:46:26 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2004-03-06 07:26:21 +01:00
|
|
|
WRKSRC= ${WRKDIR}/blt2.4z
|
2014-02-01 19:12:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
|
2002-09-24 00:39:22 +02:00
|
|
|
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
|
|
|
|
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib
|
2014-02-01 19:12:13 +01:00
|
|
|
CONFIGURE_ENV+= X11BASE=${X11BASE}
|
|
|
|
CFLAGS+= -DUSE_INTERP_RESULT
|
2005-12-05 21:49:47 +01:00
|
|
|
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
|
|
|
|
|
2009-02-16 21:22:18 +01:00
|
|
|
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
|
|
|
|
|
2005-10-07 19:39:26 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
2012-06-16 01:06:02 +02:00
|
|
|
. if empty(OS_VERSION:M1.[56]*)
|
2005-10-07 19:39:26 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2012-06-16 01:06:02 +02:00
|
|
|
. endif
|
2005-10-07 19:39:26 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
|
|
.include "../../x11/tk/buildlink3.mk"
|
2014-06-29 08:07:30 +02:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
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"
|