1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/libxshmfence/Makefile
Matthew Rezny 68e0373275 - Set the shared memory directory to /tmp to prevent polluting /var/tmp [1]
- Strip the installed library

PR:		217676 [1]
Submitted by:	jbeich [1]
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9951
2017-03-11 21:24:29 +00:00

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>