diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 308f5cbc8ff9..406b99c7b474 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,28 +1,24 @@ PORTNAME= libX11 DISTVERSION= 1.8.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= X11 library -WWW= https://www.freedesktop.org/Software/xlibs +COMMENT= Core X11 protocol client library +WWW= https://gitlab.freedesktop.org/xorg/lib/libx11 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= xcb xtrans xorgproto CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ --with-perl=no \ --disable-specs -CONFIGURE_ENV+= ac_cv_path_PS2PDF="" INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ - ${WRKSRC}/configure - .include diff --git a/x11/libX11/pkg-descr b/x11/libX11/pkg-descr index 10d5b623d234..9a8cb57e7564 100644 --- a/x11/libX11/pkg-descr +++ b/x11/libX11/pkg-descr @@ -1 +1,2 @@ -This package contains the X11 library. +This package contains the core X11 protocol client library (aka "Xlib"). +It provides a complete API for the basic functions of the window system.