Changes: https://lists.x.org/archives/xorg-announce/2022-October/003229.html Changes: https://lists.x.org/archives/xorg-announce/2022-December/003287.html PR: 269723 Approved by: manu
19 lines
426 B
Makefile
19 lines
426 B
Makefile
PORTNAME= libxshmfence
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Shared memory 'SyncFence' synchronization primitive
|
|
WWW= https://gitlab.freedesktop.org/xorg/lib/libxshmfence
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:lib
|
|
USE_XORG= xorgproto
|
|
|
|
CONFIGURE_ARGS= --with-shared-memory-dir=/tmp
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|