summaryrefslogtreecommitdiffstats
path: root/unix/tk.pc.in
blob: 01d3b0ce7cc1d76b98e65d5c4be8c2c0ac3d2484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tk pkg-config source file
# $Id: tk.pc.in,v 1.1 2009/03/14 17:35:03 dkf Exp $

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: http://www.tcl.tk/
Version: @TK_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @TK_LIBS@
Cflags: -I${includedir}