freebsd-ports/sysutils/liburcu/Makefile
Vanilla I. Shu 7871a65964 Upgrade to 0.7.13.
PR:		199201
Submitted by:	maintainer
2015-04-07 12:18:36 +00:00

26 lines
616 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= liburcu
PORTVERSION= 0.7.13
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
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
USES= pathfix libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
INSTALL_TARGET= install-strip
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>