freebsd-ports/sysutils/u-boot-rpi2/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

16 lines
369 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw
WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
MODEL= rpi2
BOARD_CONFIG= rpi_2_defconfig
FAMILY= rpi
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi2_fragment
FRAGMENT_NAME= rpi2_fragment
.include "${MASTERDIR}/Makefile"