1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11/libxshmfence/Makefile
Jan Beich f783260c1c x11/libxshmfence: prefer SHM_ANON over mksotemp()
SHM_ANON is faster and more similar to memfd_create()

PR:		239630
Approved by:	jkim
2021-05-27 03:30:56 +00:00

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>