- sort plist to make it legible - use GNU_CONFIGURE instead of HAS_CONFIGURE to make it PREFIX-safe Feature safe: yes
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# 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
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|