e559187957
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.
23 lines
651 B
Makefile
23 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/10/19 22:38:59 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= Tktable2.10
|
|
PKGNAME= ${DISTNAME:S/Tktable/tktable-/}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://sourceforge.net/projects/tktable/files/tktable/2.10/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tktable.sourceforge.net/
|
|
COMMENT= Full-featured 2D table widget for Tk
|
|
#LICENSE= # TODO: (see ${WRKSRC}/license.txt)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib/tcl8.5 \
|
|
--with-tk=${BUILDLINK_PREFIX.tk}/lib/tk8.5 \
|
|
--enable-threads
|
|
|
|
.include "../../wip/tk85/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|