opnsense-ports/sysutils/linux-c6-userspace-rcu/Makefile
Franco Fichtner 2b1edb5b1f */*: sync with upstream
Taken from: HardenedBSD
2018-02-01 07:58:30 +01:00

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>