1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name simulavr |
---|
6 | version 0.1.2.5 |
---|
7 | categories cross |
---|
8 | maintainers student.kit.edu:moritz.fischer |
---|
9 | description Atmel AVR Simulator |
---|
10 | long_description Simulavr is a simulator for the Atmel AVR family of 8-bit risc microcontrollers. |
---|
11 | platforms darwin |
---|
12 | master_sites http://download.savannah.gnu.org/releases/simulavr/ |
---|
13 | checksums md5 c07008b524624417cababfee8cd23516 \ |
---|
14 | sha1 64fa78d5e7e39e887c6a211b0810bf03386330cc \ |
---|
15 | rmd160 a945d710276149b7e65f1d89ce16a51fe2406fa7 |
---|
16 | |
---|
17 | depends_run port:avr-gdb |
---|
18 | depends_lib port:avr-binutils |
---|
19 | |
---|
20 | configure.args --prefix=${prefix} \ |
---|
21 | --mandir=${prefix}/share/man |
---|