adc50bf119
It's composed by binutils, gcc, libc, and gdb, for these microcontrollers. ok martin@, review and ok espie@
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/20 15:22:43 aanriot Exp $
|
|
|
|
COMMENT= "Atmel AVR 8-bit RISC microcontrollers' GNU binutils"
|
|
|
|
VER= 2.15
|
|
DISTNAME= binutils-${VER}
|
|
PKGNAME= avr-binutils-${VER}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
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>
|