freebsd-ports/devel/liberasurecode/Makefile
Ryan Steinmetz d6a1eb42e2 - Reset MAINTAINER due to fatal email bounces
Reported by:	portscout!
2019-12-15 15:13:12 +00:00

25 lines
510 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= liberasurecode
PORTVERSION= 1.4.0
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Unified Erasure Coding interface for common storage workloads
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= openstack
USES= gmake pkgconfig autoreconf libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
--disable-werror
TEST_TARGET= test
.include <bsd.port.mk>