aboutsummaryrefslogblamecommitdiff
path: root/devel/crc32c/Makefile
blob: 00ac54e27e2e1b9fdb2fef81116deee5adb9d08e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                      
                     







                                                                          
                                         







                                                                          
PORTNAME=	crc32c
DISTVERSION=	1.1.2
CATEGORIES=	devel

MAINTAINER=	amzo1337@gmail.com
COMMENT=	CRC32C implementation supporting CPU-specific acceleration

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	google
USE_LDCONFIG=	yes

CMAKE_ON=	BUILD_SHARED_LIBS
CMAKE_OFF=	CRC32C_BUILD_TESTS CRC32C_BUILD_BENCHMARKS CRC32C_USE_GLOG

.include <bsd.port.mk>