2012-10-28 15:20:41 +01:00
|
|
|
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
|
2012-03-06 21:35:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= userspace-rcu
|
2012-10-28 15:20:41 +01:00
|
|
|
PORTVERSION= 0.7.5
|
2012-03-06 21:35:34 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://lttng.org/files/urcu/
|
|
|
|
|
|
|
|
MAINTAINER= freebsd@dns-lab.com
|
|
|
|
COMMENT= A read-copy-update data synchronization library
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2012-10-28 15:20:41 +01:00
|
|
|
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
|
|
|
|
|
2012-03-06 21:35:34 +01:00
|
|
|
USE_BZIP2= yes
|
2012-11-08 23:52:00 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-19 14:04:30 +01:00
|
|
|
USES= pathfix
|
2012-03-06 21:35:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-05-03 15:56:55 +02:00
|
|
|
.if defined(.PARSEDIR)
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.endif
|
|
|
|
|
2012-10-28 15:20:41 +01:00
|
|
|
.include <bsd.port.mk>
|