freebsd-ports/sysutils/u-boot-imx-serial-loader/Makefile
Rene Ladan 7c7888d7dd *: reset Ian's ports, he passed away a while ago.
With hat:	portmgr-secretary
2022-01-01 15:12:47 +01:00

21 lines
411 B
Makefile

# Created by: Ian Lepore <ian@FreeBSD.org>
PORTNAME= u-boot-imx-serial-loader
PORTVERSION= 2017.01
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Load u-boot via USB or UART on i.MX5, i.MX6, i.MX7, and Vybrid
LICENSE= LGPL21
USE_GITHUB= yes
GH_ACCOUNT= boundarydevices
GH_PROJECT= imx_usb_loader
GH_TAGNAME= ba6b31c
USES= gmake pkgconfig
MAKE_ARGS+= prefix=${PREFIX}
.include <bsd.port.mk>