Files

39 lines
866 B
Makefile
Raw Permalink Normal View History

2016-01-07 14:55:47 +00:00
COMMENT= API tools for Amazon EC2 web service
DISTNAME= ec2-api-tools-1.7.5.1
2025-12-24 15:48:17 +00:00
REVISION= 7
2016-01-07 14:55:47 +00:00
EXTRACT_SUFX= .zip
CATEGORIES= sysutils
HOMEPAGE= https://aws.amazon.com/developertools/351
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Amazon Software License (https://aws.amazon.com/asl/)
# unclear, rather be on the safe side and set CDROM to 'No'
PERMIT_PACKAGE= Yes
2016-01-07 14:55:47 +00:00
2023-09-27 17:16:22 +00:00
SITES= http://s3.amazonaws.com/ec2-downloads/
2016-01-07 14:55:47 +00:00
MODULES= java
2025-12-24 15:48:17 +00:00
MODJAVA_VER= 11+
2016-01-07 14:55:47 +00:00
RUN_DEPENDS= java/javaPathHelper \
2017-06-04 13:29:12 +00:00
shells/bash
2016-01-07 14:55:47 +00:00
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/{,share/doc/}ec2-api-tools
cp -R ${WRKSRC}/bin ${PREFIX}/ec2-api-tools/
cp -R ${WRKSRC}/lib ${PREFIX}/ec2-api-tools/
rm ${PREFIX}/ec2-api-tools/bin/*.cmd
${INSTALL_DATA} ${FILESDIR}/LICENSE-ASL \
${PREFIX}/share/doc/ec2-api-tools
.include <bsd.port.mk>