c50f108bdc
https://lists.x.org/archives/xorg-announce/2025-September/003627.html PR: 289775 Approved by: x11 (arrowd) Approved by: osa (mentor)
18 lines
358 B
Makefile
18 lines
358 B
Makefile
PORTNAME= libXpresent
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Present Extension library
|
|
WWW= https://gitlab.freedesktop.org/xorg/lib/libxpresent
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:lib
|
|
USE_XORG= x11 xfixes xext xorgproto xrandr
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|