freebsd-ports/x11/libXcomposite/Makefile
Emmanuel Vadot 4280461c70 x11/libXcomposite: Update to 0.4.6
Release notes:	https://lists.x.org/archives/xorg-announce/2022-December/003276.html

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-06 09:09:54 +01:00

19 lines
380 B
Makefile

PORTNAME= libXcomposite
PORTVERSION= 0.4.6
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Composite extension library
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:lib
USE_XORG= x11 xfixes xext xorgproto
INSTALL_TARGET= install-strip
.include <bsd.port.mk>