4b98ce0cc0
"looks sane" guenther@.
14 lines
290 B
Makefile
14 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.2 2017/10/23 16:50:28 matthieu Exp $
|
|
|
|
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
|
|
|
|
PROG= fc-cat
|
|
LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.PATH: ${FONTCONFIG}/fc-cat
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|