summaryrefslogtreecommitdiff
path: root/x11/Xrender/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-14 09:16:36 +0000
committerjlam <jlam@pkgsrc.org>2003-01-14 09:16:36 +0000
commit23591f535f094af89f859a3156e539aa78bd9c99 (patch)
treecadb20e5bd675c7f2b8faf355c225bd912fdf5cb /x11/Xrender/Makefile
parent779ee25d7923e714374103d198b5a63e705c8db1 (diff)
downloadpkgsrc-23591f535f094af89f859a3156e539aa78bd9c99.tar.gz
Initial import of Xrender-0.7 as x11/Xrender:
The X Rendering Extension introduces digital image composition as the foundation of a rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. This package contains the client library for connecting to a Xserver that supports the Xrender extension.
Diffstat (limited to 'x11/Xrender/Makefile')
-rw-r--r--x11/Xrender/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/Xrender/Makefile b/x11/Xrender/Makefile
new file mode 100644
index 00000000000..6a5360f1e2e
--- /dev/null
+++ b/x11/Xrender/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/14 09:16:36 jlam Exp $
+
+DISTNAME= fcpackage.2_1
+PKGNAME= Xrender-${XRENDER_VERSION}
+CATEGORIES= x11
+MASTER_SITES= http://fontconfig.org/release/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://fontconfig.org/
+COMMENT= client library for the X Rendering Extension protocol
+
+# This value is RENDER_MAJOR.RENDOR_MINOR from ${WRKSRC}/render.h.
+XRENDER_VERSION= 0.7
+
+USE_BUILDLINK2= YES
+USE_IMAKE= YES
+WRKSRC= ${WRKDIR}/${DISTNAME}/Xrender
+EXTRACT_ELEMENTS= ${DISTNAME}/Xrender
+
+.include "../../mk/bsd.pkg.mk"