freebsd-ports/devel/arm-eabi-gcc/Makefile
Baptiste Daroussin c93492e84e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:06:07 +00:00

14 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"