1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/bsdec2-image-upload/Makefile
Colin Percival 0b7b90d944 Update bsdec2-image-upload to version 1.1.3: Retry failed Amazon S3 PUTs
and most failed EC2 API calls.

Relnotes:	This should help the release engineer remain sane.
2017-07-12 06:13:12 +00:00

27 lines
639 B
Makefile

# $FreeBSD$
PORTNAME= bsdec2-image-upload
PORTVERSION= 1.1.3
CATEGORIES= net
MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/
MAINTAINER= cperciva@FreeBSD.org
COMMENT= Tool for creating Amazon EC2 AMIs
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= ssl tar:tgz uidfix
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
# Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
# all we need to give is the ${PREFIX}/bin part.
MAKE_ARGS+= BINDIR=${PREFIX}/bin
PLIST_FILES= bin/bsdec2-image-upload
.include <bsd.port.mk>