Lines 1-23
Link Here
|
1 |
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com> |
1 |
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= userspace-rcu |
4 |
PORTNAME= liburcu |
5 |
PORTVERSION= 0.7.5 |
5 |
PORTVERSION= 0.7.6 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= http://lttng.org/files/urcu/ |
7 |
MASTER_SITES= http://lttng.org/files/urcu/ |
|
|
8 |
DISTNAME= userspace-rcu-${PORTVERSION} |
8 |
|
9 |
|
9 |
MAINTAINER= freebsd@dns-lab.com |
10 |
MAINTAINER= freebsd@dns-lab.com |
10 |
COMMENT= A read-copy-update data synchronization library |
11 |
COMMENT= Userspace read-copy-update (RCU) data synchronization library |
11 |
|
12 |
|
12 |
LICENSE= LGPL21 |
13 |
LICENSE= LGPL21 |
13 |
|
14 |
|
14 |
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt |
15 |
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt |
15 |
|
16 |
|
|
|
17 |
USES= pathfix |
16 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
|
|
19 |
USE_LDCONFIG= yes |
17 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
18 |
USES= pathfix |
|
|
19 |
USE_LDCONFIG= yes |
20 |
|
21 |
|
|
|
22 |
CONFIGURE_ARGS+= --docdir=${DOCSDIR} |
23 |
|
21 |
.if defined(.PARSEDIR) |
24 |
.if defined(.PARSEDIR) |
22 |
USE_GMAKE= yes |
25 |
USE_GMAKE= yes |
23 |
.endif |
26 |
.endif |