summaryrefslogtreecommitdiff
path: root/packages/tcl/Makefile.fpc.fpcmake
blob: 4df40712a46a842eaea922fc0d0ac5be436705fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#   Makefile.fpc for Tcl/Tk bindings
#
[package]
name=tcl
version=3.0.4

[target]
units=tcl80
examples=tcl_demo

[require]
libc=y
packages=fcl-base

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests

[shared]
build=n

[rules]
.NOTPARALLEL: