2017-10-23 10:50:28 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2017/10/23 16:50:28 matthieu Exp $
|
2013-03-09 07:34:40 -07:00
|
|
|
|
|
|
|
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
|
|
|
|
|
|
|
|
PROG= fc-scan
|
2017-10-23 10:50:28 -06:00
|
|
|
LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz
|
2013-03-09 07:34:40 -07:00
|
|
|
|
|
|
|
obj: _xenocara_obj
|
|
|
|
|
|
|
|
.PATH: ${FONTCONFIG}/fc-scan
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.xorg.mk>
|