Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/fc-pattern build pc-pattern.



details:   https://anonhg.NetBSD.org/src/rev/22eb8d4abbf7
branches:  trunk
changeset: 787116:22eb8d4abbf7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 03 06:56:49 2013 +0000

description:
build pc-pattern.

diffstat:

 external/mit/xorg/bin/fc-pattern/Makefile |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r b1093547094f -r 22eb8d4abbf7 external/mit/xorg/bin/fc-pattern/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/bin/fc-pattern/Makefile Mon Jun 03 06:56:49 2013 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index