head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.20
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.18
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.16
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.14
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.12
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.10
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.8
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.6
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.4
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.2
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.1.0.14
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.12
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.10
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.8
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.6
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.4
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.2
	pkgsrc-2022Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2023.10.24.22.11.15;	author wiz;	state Exp;
branches;
next	1.1;
commitid	MTsrqKm6aGrQAVJE;

1.1
date	2022.02.09.01.57.57;	author mrg;	state Exp;
branches;
next	;
commitid	HjU3RTC5xjXGSSrD;


desc
@@


1.2
log
@*: bump for openssl 3
@
text
@# $NetBSD: Makefile,v 1.1 2022/02/09 01:57:57 mrg Exp $

# We override WRKSRC, so we provide our own patches (and thus distinfo)
DISTINFO_FILE=	${.CURDIR}/distinfo
PATCHDIR=	${.CURDIR}/patches

PKGREVISION= 1
.include "../../sysutils/trusted-firmware-a/trusted-firmware-a-dist.mk"

PKGNAME=	${DISTNAME:S/arm-trusted-firmware/trusted-firmware-a-fiptool/}
WRKSRC=		${WRKDIR}/${DISTNAME}/tools/fiptool

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fiptool ${DESTDIR}${PREFIX}/bin

.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add Trusted Firmware-A (TF-A, the new name for Arm'sATF) v2.6 with
support for rk3328 (not yet tested), rk3399 (tested), and fiptool.

these will obsolete the existing arm-trusted-firmware* (v2.3) packages
once all consumers are updated and tested, and currently the sun50i_a64
and sun50i-h6 targets are not yet available.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2021/05/14 11:45:24 nia Exp $
d7 1
@

