xenocara/lib/fontconfig/fc-query/Makefile
matthieu c7464f0cb7 Update to fontconfig 2.10.91 + a few local fixes.
Move to a new BSD make based build system since fontconfig's build
system has become too dependant on GNU make.

Requested by ajacoutot@, tested by many back in january.
2013-03-09 14:34:40 +00:00

14 lines
310 B
Makefile

# $OpenBSD: Makefile,v 1.1 2013/03/09 14:34:45 matthieu Exp $
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
PROG= fc-query
LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz -lpthread-stubs
obj: _xenocara_obj
.PATH: ${FONTCONFIG}/fc-query
.include <bsd.prog.mk>
.include <bsd.xorg.mk>