freebsd-ports/sysutils/liburcu/Makefile
Raphael Kubo da Costa 8cd5a5450c Remove CodingStyle and LICENSE from PORTDOCS.
They are not installed by the ports' build system, only shipped in the
tarball. This should fix `make package'.

Reported by one of the miwimails.
2013-07-28 12:18:05 +00:00

31 lines
629 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= liburcu
PORTVERSION= 0.7.7
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
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>