1 | # $Id: Portfile 32905 2008-01-14 22:54:07Z ecronin@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name nesc |
---|
6 | version 1.3.0 |
---|
7 | revision 0 |
---|
8 | categories lang wsn |
---|
9 | maintainers zaraki@gmx.com |
---|
10 | description Compiler for the nesC language. |
---|
11 | homepage http://nescc.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | long_description nesC is a compiler for a new language (based on C) designed \ |
---|
15 | to support the TinyOS project, an operating system for wireless \ |
---|
16 | sensor network platforms. |
---|
17 | |
---|
18 | master_sites sourceforge:nescc |
---|
19 | |
---|
20 | checksums md5 1abc77e718bc0b9da37c34db6b4bf444 \ |
---|
21 | sha1 6619495a43ecbb8705d9a72137a8b4de69651598 \ |
---|
22 | rmd160 eb958c57ce68e206edfb235843bd4745b7391d59 |
---|
23 | |
---|
24 | depends_lib port:automake \ |
---|
25 | port:autoconf |
---|
26 | |
---|
27 | configure.args --exec-prefix=${prefix} |
---|
28 | |
---|