opnsense-ports/devel/aws-c-io/Makefile
Franco Fichtner db41817b01 */*: sync with upstream
Taken from: FreeBSD
2022-08-23 17:43:08 +02:00

23 lines
504 B
Makefile

PORTNAME= aws-c-io
PORTVERSION= 0.13.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= ports@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>