21 lines
312 B
Makefile
21 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/07/06 16:41:21 jasper Exp $
|
|
|
|
TOOL= binutils
|
|
TOOL_V= 2.21.1a
|
|
|
|
REVISION= 0
|
|
|
|
GNU_TOOL= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
|
|
|
WANTLIB= c z
|
|
|
|
CONFIGURE_ARGS+= --enable-commonbfdlib=no
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
|
|
|
|
NO_REGRESS= No
|
|
|
|
.include <bsd.port.mk>
|