Ticket #12897: Portfile

File Portfile, 655 bytes (added by platon@…, 16 years ago)

Update of the portfile submission

Line 
1# $Id: $
2
3PortSystem 1.0
4name nesc
5version 1.2.9
6revision 0
7categories devel wsn
8maintainers notalpe@yahoo.co.jp
9description Compiler for the nesC language.
10homepage http://nescc.sourceforge.net/
11platforms darwin
12
13long_description nesC is a compiler for a new language (based on C) designed \
14        to support the TinyOS project, an operating system for wireless \
15        sensor network platforms.
16
17master_sites sourceforge:nescc
18
19checksums md5 16ba456cfc0848c62a51ac0a18a13866 \
20  sha1 420625d9902221dc8a2f0abe7306556c024dc3a9 \
21  rmd160 693f5764fd3fb16748df50286bca38caf1ac8989
22
23depends_lib port:automake \
24  port:autoconf
25
26configure.args --exec-prefix=${prefix}
27