diff options
Diffstat (limited to 'emulators/simulavr/Makefile')
-rw-r--r-- | emulators/simulavr/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile new file mode 100644 index 00000000000..35d557031c8 --- /dev/null +++ b/emulators/simulavr/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/30 19:49:08 kristerw 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+= doxygen-*:../../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" |