Ticket #16533: Portfile

File Portfile, 731 bytes (added by ic (Eric Platon), 16 years ago)

Update version of the portfile for NesC v1.3.0

Line 
1# $Id: Portfile 32905 2008-01-14 22:54:07Z ecronin@macports.org $
2
3PortSystem 1.0
4
5name nesc
6version 1.3.0
7revision 0
8categories lang wsn
9maintainers zaraki@gmx.com
10description Compiler for the nesC language.
11homepage http://nescc.sourceforge.net/
12platforms darwin
13
14long_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
18master_sites sourceforge:nescc
19
20checksums md5     1abc77e718bc0b9da37c34db6b4bf444 \
21          sha1    6619495a43ecbb8705d9a72137a8b4de69651598 \
22          rmd160  eb958c57ce68e206edfb235843bd4745b7391d59
23
24depends_lib port:automake \
25  port:autoconf
26
27configure.args --exec-prefix=${prefix}
28