ports/devel/aws-c-commons/Makefile
Danilo Egea Gondolfo 32915ab183 - New ports (all dependencies for the new releases of devel/aws-sdk-cpp)
devel/aws-c-commons:

Core c99 package for AWS SDK for C. Includes cross-platform primitives,
configuration, data structures, and error handling.

devel/aws-checksums:

Cross-Platform HW accelerated CRC32c and CRC32 with fallback to
efficient SW implementations.

devel/aws-c-event-stream:

C99 implementation of the vnd.amazon.event-stream content-type.
2018-12-15 15:11:19 +00:00

24 lines
425 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-c-common
PORTVERSION= 20181212
CATEGORIES= devel
MAINTAINER= danilo@FreeBSD.org
COMMENT= Core c99 package for AWS SDK for C
LICENSE= APACHE20
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= awslabs
GH_TAGNAME= 5a85d87
CFLAGS+= -D__BSD_VISIBLE=1
CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
USE_LDCONFIG= yes
.include <bsd.port.mk>