freebsd-ports/devel/aws-c-io/Makefile

26 lines
563 B
Makefile
Raw Normal View History

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
PORTNAME= aws-c-io
2022-01-20 20:45:36 +01:00
PORTVERSION= 0.10.17
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= danilo@FreeBSD.org
COMMENT= Event driven framework for implementing application protocols
LICENSE= APACHE20
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \
libaws-c-cal.so:security/aws-c-cal \
libs2n.so:security/s2n
USES= cmake compiler:c11 ssl
USE_GITHUB= yes
GH_ACCOUNT= awslabs
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.mk>