diff options
-rw-r--r-- | x11/xorg-libs/Makefile | 6 | ||||
-rw-r--r-- | x11/xorg-libs/PLIST | 3 | ||||
-rw-r--r-- | x11/xorg-libs/files/render.pc | 9 |
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} |