freebsd-ports/devel/mingw32-binutils/Makefile
Baptiste Daroussin 8e94814760 Make mingw32 a slave port of binutils, this bumps it to 2.25
This allows to keep the mingw32 target in sync with other binutils

PR:		196911
Submitted by:	Naram Qashat (maintainer)
2015-01-21 17:27:54 +00:00

18 lines
388 B
Makefile

# Created by: Lev Serebryakov <lev@serebryakov.spb.ru>
# $FreeBSD$
PORTEPOCH= 1
PKGNAMEPREFIX= mingw32-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= GNU Binutils for Windows cross-development
MASTERDIR= ${.CURDIR}/../binutils
PLIST= ${.CURDIR}/pkg-plist
BUTARGET= ${PKGNAMEPREFIX:S/-$//}
INFO= as bfd binutils gprof ld
INFO_PATH= ${BUTARGET}/info
.include "${MASTERDIR}/Makefile"