blob: df3257b03afc74741eba593b34e76fe7eaac44e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.1 2013/03/09 14:34:45 matthieu Exp $
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
PROG= fc-validate
LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz -lpthread-stubs
obj: _xenocara_obj
.PATH: ${FONTCONFIG}/fc-validate
.include <bsd.prog.mk>
.include <bsd.xorg.mk>
|