PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add xrender - X render library and server implementations for XFree86 PR: 53996 Submitted by: me
This commit is contained in:
parent
1129422379
commit
f0b037cbcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84553
9 changed files with 89 additions and 0 deletions
|
@ -198,6 +198,7 @@
|
|||
SUBDIR += xforms
|
||||
SUBDIR += xg
|
||||
SUBDIR += xmhtml
|
||||
SUBDIR += xrender
|
||||
SUBDIR += xview
|
||||
SUBDIR += xview-clients
|
||||
|
||||
|
|
27
x11-toolkits/xrender/Makefile
Normal file
27
x11-toolkits/xrender/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: xrender
|
||||
# Date Created: 2 Jul, 2003
|
||||
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xrender
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://fontconfig.org/release/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XRender extension for XFree86
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/pkgconfig/render.pc:${PORTSDIR}/x11-toolkits/render
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
CONFIGURE_ARGS= --prefix=${X11BASE}
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${X11BASE}/lib/pkgconfig
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-build:
|
||||
@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS} ${CONFIGURE_ENV})
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/xrender/distinfo
Normal file
1
x11-toolkits/xrender/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xrender-0.8.3.tar.gz) = b9b2b3f7f3f91f613b6bba541358520e
|
6
x11-toolkits/xrender/pkg-descr
Normal file
6
x11-toolkits/xrender/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This package contains X render library and server implementations for XFree86.
|
||||
|
||||
Keith Packard
|
||||
keithp@keithp.com
|
||||
|
||||
WWW: http://www.fontconfig.org
|
10
x11-toolkits/xrender/pkg-plist
Normal file
10
x11-toolkits/xrender/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/X11/extensions/Xrender.h
|
||||
lib/libXrender.a
|
||||
lib/libXrender.la
|
||||
lib/libXrender.so
|
||||
lib/libXrender.so.1
|
||||
lib/pkgconfig/xrender.pc
|
||||
@exec mkdir -p %D/lib/pkgconfig
|
||||
@exec mkdir -p %D/include/X11/extensions
|
||||
@unexec rmdir %D/include/X11/extensions 2>/dev/null || true
|
||||
@unexec rmdir %D/share/lib/pkgconfig 2>/dev/null || true
|
27
x11/libXrender/Makefile
Normal file
27
x11/libXrender/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: xrender
|
||||
# Date Created: 2 Jul, 2003
|
||||
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xrender
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://fontconfig.org/release/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XRender extension for XFree86
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/pkgconfig/render.pc:${PORTSDIR}/x11-toolkits/render
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
CONFIGURE_ARGS= --prefix=${X11BASE}
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${X11BASE}/lib/pkgconfig
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-build:
|
||||
@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS} ${CONFIGURE_ENV})
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/libXrender/distinfo
Normal file
1
x11/libXrender/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xrender-0.8.3.tar.gz) = b9b2b3f7f3f91f613b6bba541358520e
|
6
x11/libXrender/pkg-descr
Normal file
6
x11/libXrender/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This package contains X render library and server implementations for XFree86.
|
||||
|
||||
Keith Packard
|
||||
keithp@keithp.com
|
||||
|
||||
WWW: http://www.fontconfig.org
|
10
x11/libXrender/pkg-plist
Normal file
10
x11/libXrender/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/X11/extensions/Xrender.h
|
||||
lib/libXrender.a
|
||||
lib/libXrender.la
|
||||
lib/libXrender.so
|
||||
lib/libXrender.so.1
|
||||
lib/pkgconfig/xrender.pc
|
||||
@exec mkdir -p %D/lib/pkgconfig
|
||||
@exec mkdir -p %D/include/X11/extensions
|
||||
@unexec rmdir %D/include/X11/extensions 2>/dev/null || true
|
||||
@unexec rmdir %D/share/lib/pkgconfig 2>/dev/null || true
|
Loading…
Reference in a new issue