diff options
Diffstat (limited to 'devel/arm-gnueabi-binutils/Makefile')
-rw-r--r-- | devel/arm-gnueabi-binutils/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/arm-gnueabi-binutils/Makefile b/devel/arm-gnueabi-binutils/Makefile new file mode 100644 index 000000000000..a58a445abfbc --- /dev/null +++ b/devel/arm-gnueabi-binutils/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PORTREVISION= 0 +COMMENT= GNU binutils for arm cross-development +PKGNAMEPREFIX= arm-gnueabi- +PLIST= ${.CURDIR}/pkg-plist + +MASTERDIR= ${.CURDIR}/../binutils/ + +.include "${MASTERDIR}/Makefile" |