5b57babc2c
Submitted by: dbn
20 lines
440 B
Makefile
20 lines
440 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= userspace-rcu
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= sysutils linux
|
|
MASTER_SITES= EPEL/u
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Userspace read-copy-update (RCU) data synchronization library (CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../liburcu/pkg-descr
|
|
RPMVERSION= 1.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|