21 lines
308 B
Makefile
21 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:12 espie 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_TEST= No
|
|
|
|
.include <bsd.port.mk>
|