1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/aws-c-commons/Makefile
Danilo Egea Gondolfo eda606b590 - Update to 0.3.9
2019-05-30 20:59:39 +00:00

26 lines
449 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-c-common
PORTVERSION= 0.3.9
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>