summaryrefslogtreecommitdiff
path: root/packages/libgd/Makefile.fpc.fpcmake
blob: 1bf4ab73a4e4e9c3aa5251e7a5c5560e3f641f4c (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
31
#
#   Makefile.fpc for GD Library interface
#

[package]
name=libgd
version=3.0.3

[require]
libc=y

[target]
units=gd
exampledirs=examples

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src


[shared]
build=n

[rules]
.NOTPARALLEL: