Ticket #17156: Portfile

File Portfile, 749 bytes (added by moritz.fischer@…, 15 years ago)

Portfile

Line 
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
4PortSystem              1.0
5name                    simulavr
6version                 0.1.2.5
7categories              cross
8maintainers             student.kit.edu:moritz.fischer 
9description             Atmel AVR Simulator     
10long_description        Simulavr is a simulator for the Atmel AVR family of 8-bit risc microcontrollers.
11platforms               darwin
12master_sites            http://download.savannah.gnu.org/releases/simulavr/
13checksums               md5 c07008b524624417cababfee8cd23516 \
14                        sha1 64fa78d5e7e39e887c6a211b0810bf03386330cc \
15                        rmd160 a945d710276149b7e65f1d89ce16a51fe2406fa7
16
17depends_run             port:avr-gdb
18depends_lib             port:avr-binutils
19
20configure.args          --prefix=${prefix} \
21                        --mandir=${prefix}/share/man