freebsd-ports/sysutils/u-boot-pcduino3/Makefile
2016-08-11 05:30:23 +00:00

14 lines
290 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -${MODEL}
COMMENT= Cross-build U-Boot loader for Linksprite pcDuino3
LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../u-boot-olimex-a20-som-evb
DESCR= ${.CURDIR}/pkg-descr
MODEL= pcduino3
BOARD_CONFIG= Linksprite_pcDuino3_defconfig
.include "${MASTERDIR}/Makefile"