aboutsummaryrefslogtreecommitdiff
path: root/devel/aws-c-common/Makefile
blob: 160de2f8c84082f77bd2ba80209656a048d755a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>

PORTNAME=	aws-c-common
PORTVERSION=	0.4.64
DISTVERSIONPREFIX=	v
PORTEPOCH=	1
CATEGORIES=	devel

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	Core c99 package for AWS SDK for C

LICENSE=	APACHE20

USES=		cmake compiler:c11

USE_GITHUB=	yes
GH_ACCOUNT=	awslabs

CFLAGS+=	-D__BSD_VISIBLE=1
CMAKE_ARGS+=	-DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON

USE_LDCONFIG=	yes

.include <bsd.port.mk>