mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
24 lines
596 B
Makefile
24 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdec2-image-upload
|
|
PORTVERSION= 1.0.1
|
|
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:${PORTSDIR}/security/ca_root_nss
|
|
|
|
USES= tar:tgz uidfix
|
|
|
|
# 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>
|