repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
x11
/
bin
/
fc-cache
/
Makefile
blob
55847f0bdfb8e3e31d3e431309f459a47a4e93b5
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:03 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fc-cache
6
7
LDADD
+= -
lfontconfig
-
lfreetype
-
lexpat
8
DPADD
+= ${
LIBFONTCONFIG
} ${
LIBFREETYPE
} ${
LIBEXPAT
}
9
10
.PATH
: ${
X11SRCDIR.xc
}/
extras
/
fontconfig
/${
PROG
}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>