summaryrefslogtreecommitdiff
path: root/fonts/Xft2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-16 12:08:42 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-16 12:08:42 +0000
commit936ef7ff8cdca5ef051af549e621482d3dfb36c7 (patch)
tree1a8d0ea63673eee07d58453a7ab1452a2df137a3 /fonts/Xft2/Makefile
parentf949c4c851485b2da3ded4c199ba499e909c3ef1 (diff)
downloadpkgsrc-936ef7ff8cdca5ef051af549e621482d3dfb36c7.tar.gz
Initial import of Xft2-2.1. Description follows:
Xft (2.0) provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers. Xft (2.0) hides most of the underlying system details so that developers can confidently use its API to access client-side fonts in any X environment. Approved by wiz.
Diffstat (limited to 'fonts/Xft2/Makefile')
-rw-r--r--fonts/Xft2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
new file mode 100644
index 00000000000..70ea0ce7787
--- /dev/null
+++ b/fonts/Xft2/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/16 12:08:42 jmmv Exp $
+#
+
+DISTNAME= fcpackage.2_1
+PKGNAME= Xft2-2.1
+CATEGORIES= fonts x11
+MASTER_SITES= http://fontconfig.org/release/
+
+MAINTAINER= jmmv@netbsd.org
+HOMEPAGE= http://fontconfig.org/
+COMMENT= Library for configuring and customizing font access
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_X11= YES
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/Xft
+
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../fonts/fontconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"