summaryrefslogtreecommitdiff
path: root/packages/imlib/Makefile.fpc.fpcmake
blob: e1dcf87af5035838dbd3fd50c55aeed62a6cc45f (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 Free Pascal ImLib 1.x Packages
#

[package]
name=imlib
version=3.0.1

[target]
units=gdk_imlib imlib

[require]
libc=y
packages=gtk1 x11

[compiler]
includedir=src
sourcedir=src tests

[install]
fpcpackage=y
fpcsubdir=packages

[default]
fpcdir=../..

[shared]
build=n

[rules]
.NOTPARALLEL: