1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/liburcu/Makefile
Dmitry Marakasov 699c800126 - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2021-01-25 16:30:20 +00:00

29 lines
614 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= liburcu
PORTVERSION= 0.12.1
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/urcu/
DISTNAME= userspace-rcu-${PORTVERSION}
MAINTAINER= freebsd@dns-lab.com
COMMENT= Userspace read-copy-update (RCU) data synchronization library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt
PLIST_SUB= SO_SHORT_VER=6 \
SO_VER=6.1.0
USES= pathfix libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>