summaryrefslogtreecommitdiff
path: root/devel/simulavr/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-09-10 08:54:21 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-09-10 08:54:21 +0000
commit2e8e6a12756fe970f17bef2fe86cc03f06fe0742 (patch)
treeaab983635c7f81d70bf1e08c2b4327c35ddb81ea /devel/simulavr/Makefile
parentComplete the support for the AVR microcontroller toolchain: a port of (diff)
Yet another missing piece in the AVR microcontroller toolchain: simulavr,
Theodore Roth's AVR simulator. Can be used as a backend to the GDB port for the AVR.
Notes
Notes: svn path=/head/; revision=66029
Diffstat (limited to 'devel/simulavr/Makefile')
-rw-r--r--devel/simulavr/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile
new file mode 100644
index 000000000000..24b19230c1b7
--- /dev/null
+++ b/devel/simulavr/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: simulavr
+# Date created: 3 Sep 2002
+# Whom: Joerg Wunsch <joerg@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= simulavr
+PORTVERSION= 0.1.1
+CATEGORIES= devel
+MASTER_SITES= http://freesoftware.fsf.org/download/simulavr/
+
+MAINTAINER= joerg@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \
+ avr-ld:${PORTSDIR}/devel/avr-binutils \
+ doxygen:${PORTSDIR}/devel/doxygen \
+ latex:${PORTSDIR}/print/teTeX
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --disable-versioned-doc
+
+.include <bsd.port.mk>