opnsense-ports/sysutils/u-boot-imx-serial-loader/Makefile
Franco Fichtner a423f59e00 */*: sync with upstream
Taken from: HardenedBSD
2017-06-26 12:24:38 +02:00

22 lines
421 B
Makefile

# Created by: Ian Lepore <ian@FreeBSD.org>
# $FreeBSD$
PORTNAME= u-boot-imx-serial-loader
PORTVERSION= 2017.01
CATEGORIES= sysutils
MAINTAINER= ian@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>