summaryrefslogtreecommitdiff
path: root/packages/imagemagick/Makefile.fpc.fpcmake
blob: 84908d42f5fff66e391b95406700d98bdfea9098 (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
32
#
#   Makefile.fpc for Free Pascal GTK 2.x.y Bindings
#

[package]
name=imagemagick
version=3.0.1

[require]
libc=y

[target]
units=buildim 
exampledirs=
implicitunits=magick_wand imagemagick

[compiler]
includedir=src
sourcedir=src tests

[install]
buildunit=buildim
fpcpackage=y

[shared]
build=n

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: