Module Name:    src
Committed By:   mrg
Date:           Mon Jun  3 06:56:49 UTC 2013

Added Files:
        src/external/mit/xorg/bin/fc-pattern: Makefile

Log Message:
build pc-pattern.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/bin/fc-pattern/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/mit/xorg/bin/fc-pattern/Makefile
diff -u /dev/null src/external/mit/xorg/bin/fc-pattern/Makefile:1.1
--- /dev/null	Mon Jun  3 06:56:49 2013
+++ src/external/mit/xorg/bin/fc-pattern/Makefile	Mon Jun  3 06:56:49 2013
@@ -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>

Reply via email to