Files
pkgsrc-ng/x11/libxshmfence/Makefile
2016-01-21 23:42:40 +01:00

27 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/09/16 18:38:34 jperkin Exp $
DISTNAME= libxshmfence-1.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/archive/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Shared memory 'SyncFence' synchronization primitive
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xshmfence.pc.in
# Needs additional pthread functions or alternative synchronization
# implementation on NetBSD. See PR lib/49529.
# (On FreeBSD, umtx is used.)
ONLY_FOR_PLATFORM+= Linux-*-* FreeBSD-*-* SunOS-*-*
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"