1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/libX11/Makefile
Emmanuel Vadot e24cff4ae1 x11/libX11: Update to 1.8.9
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
2024-04-16 07:07:29 +02:00

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>