freebsd-ports/net/bsdec2-image-upload/Makefile
Colin Percival 6e44cd75c1 net/bsdec2-image-upload: Update to 1.4.4
* Add --uefi option for setting the BootMode of amd64 images
* Fix socket and memory leaks in SSL requests
* Support LibreSSL 3.3.2+
2021-08-21 14:05:00 -07:00

23 lines
563 B
Makefile

PORTNAME= bsdec2-image-upload
PORTVERSION= 1.4.4
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= compiler ssl tar:tgz uidfix
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
# Install into ${STAGEDIR}${PREFIX}
MAKE_ARGS+= BINDIR=${STAGEDIR}${PREFIX}/bin
PLIST_FILES= bin/bsdec2-image-upload
.include <bsd.port.mk>