2006-09-10 04:52:26 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2006/09/10 02:52:26 obache Exp $
|
2004-12-30 20:49:08 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= simulavr-0.1.2.1
|
2006-03-02 20:51:34 +01:00
|
|
|
PKGREVISION= 3
|
2004-12-30 20:49:08 +01:00
|
|
|
CATEGORIES= emulators
|
2006-09-10 04:48:35 +02:00
|
|
|
MASTER_SITES= http://download.savannah.nongnu.org/releases/simulavr/
|
2004-12-30 20:49:08 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-12-30 20:49:08 +01:00
|
|
|
HOMEPAGE= http://www.nongnu.org/simulavr/
|
|
|
|
COMMENT= Simulator for Atmel AVR microcontrollers
|
|
|
|
|
2005-03-20 13:07:42 +01:00
|
|
|
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
|
2004-12-30 20:49:08 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-tests
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-09-10 04:52:26 +02:00
|
|
|
INFO_FILES= yes
|
2004-12-30 20:49:08 +01:00
|
|
|
|
|
|
|
# gcc 2.95 gives warnings that it cannot inline all functions.
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|