freebsd-ports/devel/aws-c-http/Makefile
Danilo Egea Gondolfo 394ca3e29b devel/aws-c-http: Add new port
C99 implementation of the HTTP/1.1 and HTTP/2 specifications
2021-10-25 15:04:50 +01:00

29 lines
666 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
PORTNAME= aws-c-http
PORTVERSION= 0.6.8
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= danilo@FreeBSD.org
COMMENT= C99 implementation of the HTTP/1.1 and HTTP/2 specifications
LICENSE= APACHE20
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \
libaws-c-cal.so:security/aws-c-cal \
libaws-c-io.so:devel/aws-c-io \
libaws-c-compression.so:devel/aws-c-compression \
libs2n.so:security/s2n
USES= cmake compiler:c11 ssl
USE_GITHUB= yes
GH_ACCOUNT= awslabs
CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON \
-DCMAKE_PREFIX_PATH=${LOCALBASE}
USE_LDCONFIG= yes
.include <bsd.port.mk>