pkgsrc-wip/tktile/Makefile
Kamel Ibn Aziz Derouiche f718062ce4 Import tktile-0.8.4.0 as wip/tktile.
The Tile Widget Set is a next-generation re-implementation of many of the core
Tk widgets, along with the addition of several new widgets. With Tile,
Tk applications can achieve an appearance much closer to native platform
widgets, as well as take advantage of a modern, highly dynamic theme engine
to produce a wide variety of alternative user interface styles. Tile widgets
complement the existing Tk widgets, and Tile is currently being incorporated
directly into Tk.
2012-01-17 13:26:29 +00:00

30 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/01/17 13:26:29 jihbed Exp $
#
DISTNAME= tile-0.8.4.0
PKGNAME= tk${DISTNAME}
CATEGORIES= x11
MASTER_SITES= http://garr.dl.sourceforge.net/project/tktable/tile/tile-0-8-4-0/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://tktable.sourceforge.net/tile/
COMMENT= Improved themeing engine for Tk
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular"
CONFIGURE_ARGS+= --x-includes=${BUILDLINK_PREFIX.libX11:Q}/include
CONFIGURE_ARGS+= --x-libraries=${BUILDLINK_PREFIX.libX11:Q}/lib
.endif
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"