openbsd-ports/devel/avr/libc/Makefile
ckuethe ebcb40e5e1 Update to the latest AVR gcc, binutils, libc and gdb. Based on the FreeBSD
port, which is also in sync with winavr/avrstudio. Among other things, this
adds support for atmega328... which means new arduino boards should work.
2010-06-27 20:58:10 +00:00

30 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/06/27 20:58:10 ckuethe Exp $
COMMENT= libc for Atmel AVR 8-bit RISC microcontrollers
DISTNAME= avr-libc-1.6.8
HOMEPAGE= http://www.nongnu.org/avr-libc/
# Modified BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=avr-libc/}
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= ::devel/avr/binutils \
::devel/avr/gcc
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_ENV= CC=avr-gcc PREFIX="${PREFIX}"
CONFIGURE_ARGS= --host=avr --disable-versioned-doc
USE_GMAKE= Yes
.include <bsd.port.mk>