mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
25 lines
473 B
Makefile
25 lines
473 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
|
|
PORTNAME= aws-c-sdkutils
|
|
PORTVERSION= 0.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= AWS SDK C utilities
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common
|
|
|
|
USES= cmake compiler:c11
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= awslabs
|
|
|
|
CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON \
|
|
-DCMAKE_PREFIX_PATH=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|