29abbd1c1b
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
29 lines
770 B
Makefile
29 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/01/31 00:04:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= simulavr-0.1.2.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://download.savannah.nongnu.org/releases/simulavr/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/simulavr/
|
|
COMMENT= Simulator for Atmel AVR microcontrollers
|
|
|
|
BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
|
|
BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
|
|
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
|
|
|
|
BROKEN_IN= pkgsrc-2006Q4
|
|
|
|
CONFIGURE_ARGS+= --disable-tests
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
# gcc 2.95 gives warnings that it cannot inline all functions.
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|