aboutsummaryrefslogtreecommitdiff
path: root/devel/aws-c-common/Makefile
blob: a3e0d9cde25915504c0bdea216b6984748a60624 (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.6.19
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>