63543fc445
Packaged for wip by othyro. TkTable is a full-featured 2D table widget for Tk. It supports images, embedded windows, varying colors and fonts, and more. Also here is Vu, a Tk widget extension that includes a pie, dial, spinbox and more, and Tile, a themed widget set for Tk.
14 lines
353 B
Makefile
14 lines
353 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/01/23 21:58:25 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.tktable
|
|
PKG_SUPPORTED_OPTIONS= threads
|
|
PKG_SUGGESTED_OPTIONS+= threads
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mthreads)
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
CONFIGURE_ARGS+= --enable-threads
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
.endif
|