986beaaabc
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)
16 lines
369 B
Makefile
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"
|