1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/arm-eabi-gcc/Makefile

15 lines
308 B
Makefile

# $FreeBSD$
MAINTAINER= ports@FreeBSD.org
TGTARCH= arm
TGTABI= eabi
PLIST= ${.CURDIR}/pkg-plist
BUILD_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils
RUN_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils
MASTERDIR= ${.CURDIR}/../cross-gcc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"