mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
f783260c1c
SHM_ANON is faster and more similar to memfd_create() PR: 239630 Approved by: jkim
19 lines
342 B
Makefile
19 lines
342 B
Makefile
PORTNAME= libxshmfence
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Shared memory 'SyncFence' synchronization primitive
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= 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>
|