blob: f9b72e5372ca765a02c5c256e18b330c6de33d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|