10 lines
206 B
Makefile
10 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
COMMENT= GNU binutils for powerpc64 cross-development
|
|
PKGNAMEPREFIX= powerpc64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|