9a9b1d2495
from and maintained by Sebastian Trahm <basti at schleifi.com>
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/02 15:35:01 sturm Exp $
|
|
|
|
COMMENT= "binutils for arm-elf cross-development"
|
|
|
|
V= 2.16
|
|
DISTNAME= binutils-${V}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/binutils/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
|
|
|
CONFIGURE_ARGS+=--enable-commonbfdlib=no
|
|
|
|
.include <bsd.port.mk>
|