mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
e24cff4ae1
Release notes for 1.8.8: https://lists.x.org/archives/xorg-announce/2024-March/003492.html Release notes for 1.8.9: https://lists.x.org/archives/xorg-announce/2024-April/003501.html Differential Revision: https://reviews.freebsd.org/D44795 Reviewed by: bapt PR: 278122 Sponsored by: Beckhoff Automation GmbH & Co. LG
29 lines
584 B
Makefile
29 lines
584 B
Makefile
PORTNAME= libX11
|
|
DISTVERSION= 1.8.9
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 library
|
|
WWW= https://www.freedesktop.org/Software/xlibs
|
|
|
|
LICENSE= MIT
|
|
|
|
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 <bsd.port.mk>
|