aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/userspace-rcu/Makefile
blob: 74728409a6ed69a782078400a0a3785d577fd71e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$

PORTNAME=   userspace-rcu
PORTVERSION=    0.7.5
CATEGORIES= sysutils
MASTER_SITES=   http://lttng.org/files/urcu/

MAINTAINER= freebsd@dns-lab.com
COMMENT=    A read-copy-update data synchronization library

LICENSE=    LGPL21

PORTDOCS=   ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USES=   pathfix
USE_LDCONFIG=   yes

.if defined(.PARSEDIR)
USE_GMAKE=  yes
.endif

.include <bsd.port.mk>