aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw32-binutils/Makefile
blob: bd776c9c2592257c67c5e4b5f998b98f9cb02ea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"