Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# $NetBSD
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-pattern
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
FCARCH_DEPFILE= fc-cat.c
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
Reference in New Issue
Block a user