mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
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.
24 lines
425 B
Makefile
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>
|