pkgsrc/x11/tktable/options.mk
wiz 63543fc445 Import tktable-2.10nb1 as x11/tktable.
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.
2013-01-23 21:58:25 +00:00

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