mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
042adadbfd
Release notes: https://lists.x.org/archives/xorg-announce/2024-February/003454.html Sponsored by: Beckhoff Automation GmbH & Co. KG
23 lines
464 B
Makefile
23 lines
464 B
Makefile
PORTNAME= libXext
|
|
PORTVERSION= 1.3.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 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 xau xorgproto
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libxext
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS+=--disable-specs --without-xmlto
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|