pkgsrc/emulators/simulavr/Makefile
jmmv dc0a0d7e8b Add build dependency on avr-binutils and avr-gcc to fix build as these tools
are required.
Also use the correct style to depend on any version of doxygen.
2005-03-20 12:07:42 +00:00

26 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/03/20 12:07:42 jmmv 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
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_BUILDLINK3= yes
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"