summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-16 16:56:22 +0000
committertonio <tonio@pkgsrc.org>2005-10-16 16:56:22 +0000
commiteef5114c0b039826c0147cabdc9b4fab21e07f57 (patch)
tree7b61780080f87a008eba9ed70b862d268fe472cb /x11
parent986bc1fe5b3bd4c32c0c8c1da10018450f8f41c3 (diff)
downloadpkgsrc-eef5114c0b039826c0147cabdc9b4fab21e07f57.tar.gz
add render.pc as Xrender (and probably others) seek for render with pkgconfig
bump PKGREVISION
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libs/Makefile6
-rw-r--r--x11/xorg-libs/PLIST3
-rw-r--r--x11/xorg-libs/files/render.pc9
3 files changed, 14 insertions, 4 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile
index 2e6b64754f1..f64967b9287 100644
--- a/x11/xorg-libs/Makefile
+++ b/x11/xorg-libs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2005/09/18 19:33:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/16 16:56:22 tonio Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-libs-${XORG_VER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG}
DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \
@@ -59,7 +59,7 @@ pre-install:
.if !exists(${X11ROOT}/lib/pkgconfig)
${INSTALL_DATA_DIR} ${X11BASE}/lib/pkgconfig
.endif
-.for f in fixesext.pc compositeext.pc
+.for f in render.pc fixesext.pc compositeext.pc
@${SED} -e "s,@X11BASE@,${X11BASE},g" \
-e "s,@LOCALBASE@,${LOCALBASE},g" \
${FILESDIR}/${f} > ${WRKSRC}/${f}
diff --git a/x11/xorg-libs/PLIST b/x11/xorg-libs/PLIST
index 296259d9d72..13bd3518c57 100644
--- a/x11/xorg-libs/PLIST
+++ b/x11/xorg-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/10/12 01:24:12 hiramatsu Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/10/16 16:56:22 tonio Exp $
${X11ROOT_PREFIX}/include/DPS/ColorSB.h
${X11ROOT_PREFIX}/include/DPS/ColorSBP.h
${X11ROOT_PREFIX}/include/DPS/DPSScrollW.h
@@ -375,6 +375,7 @@ ${X11ROOT_PREFIX}/include/X11/keysymdef.h
${X11ROOT_PREFIX}/include/X11/xpm.h
${X11ROOT_PREFIX}/include/xf86Optrec.h
${X11ROOT_PREFIX}/include/xf86Parser.h
+${X11ROOT_PREFIX}/lib/pkgconfig/render.pc
${X11ROOT_PREFIX}/lib/pkgconfig/xcomposite.pc
${X11ROOT_PREFIX}/lib/pkgconfig/xdamage.pc
${X11ROOT_PREFIX}/lib/pkgconfig/xevie.pc
diff --git a/x11/xorg-libs/files/render.pc b/x11/xorg-libs/files/render.pc
new file mode 100644
index 00000000000..88f5580f10d
--- /dev/null
+++ b/x11/xorg-libs/files/render.pc
@@ -0,0 +1,9 @@
+prefix=@X11BASE@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Render
+Description: Render extension headers
+Version: 0.9
+Cflags: -I${includedir}