42428df5a0
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
27 lines
728 B
Makefile
27 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/01/04 04:29:06 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= simulavr-0.1.2.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://freesoftware.fsf.org/download/simulavr/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/simulavr/
|
|
COMMENT= Simulator for Atmel AVR microcontrollers
|
|
|
|
BROKEN_IN= pkgsrc-2005Q4
|
|
|
|
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
|
|
|
|
CONFIGURE_ARGS+= --disable-tests
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
# gcc 2.95 gives warnings that it cannot inline all functions.
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|