blob: d63d99ab7e98a2602064d102d3fd4b70f635daef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= libxshmfence
PORTVERSION= 1.3
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>
|