mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
68e0373275
- Strip the installed library PR: 217676 [1] Submitted by: jbeich [1] Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9951
21 lines
341 B
Makefile
21 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxshmfence
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Shared memory 'SyncFence' synchronization primitive
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_XORG= xproto
|
|
XORG_CAT= lib
|
|
|
|
CONFIGURE_ARGS= --with-shared-memory-dir=/tmp
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|