summaryrefslogtreecommitdiff
path: root/x11/libXrender
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXrender')
-rw-r--r--x11/libXrender/Makefile7
-rw-r--r--x11/libXrender/pkg-descr9
2 files changed, 13 insertions, 3 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile
index 1b5ce1ea5bbd..389776619127 100644
--- a/x11/libXrender/Makefile
+++ b/x11/libXrender/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libXrender
-PORTVERSION= 0.9.12
+DISTVERSION= 0.9.12
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -7,9 +7,12 @@ COMMENT= X Render extension library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
-USE_XORG= x11 xorgproto
CPE_VENDOR= x.org
+USE_XORG= x11 xorgproto
+
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/x11/libXrender/pkg-descr b/x11/libXrender/pkg-descr
index 9a91a7aab94c..2b43b9c3171f 100644
--- a/x11/libXrender/pkg-descr
+++ b/x11/libXrender/pkg-descr
@@ -1 +1,8 @@
-This package contains X render library and server implementations for XFree86.
+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 tessellation 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.