blob: 2afd6df29e148e14e3c38952500d9f5d8c943dc6 (
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
25
26
|
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-c-common
PORTVERSION= 0.3.9
PORTREVISION= 1
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>
|