opnsense-ports/devel/liberasurecode/Makefile
Franco Fichtner 7d292c22c3 */*: sync with upstream
Taken from: FreeBSD
2017-04-09 18:15:54 +02:00

24 lines
523 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= liberasurecode
PORTVERSION= 1.4.0
CATEGORIES= devel
MAINTAINER= alexander.nusov@nfvexpress.com
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>