File:  [cvs.NetBSD.org] / pkgsrc / sysutils / arm-trusted-firmware-fiptool / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Tue Jun 30 14:33:15 2020 UTC (4 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, HEAD
- Re-factor the arm-trusted-firmware packages into common definitions and
  build infrastructure.
- Update arm-trusted-firmware to v2.3.

# $NetBSD: Makefile,v 1.5 2020/06/30 14:33:15 thorpej Exp $

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

.include "../../sysutils/arm-trusted-firmware/arm-trusted-firmware-dist.mk"

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

INSTALLATION_DIRS=	bin

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

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>