1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name boost-gil-numeric |
---|
6 | version 1.0 |
---|
7 | categories devel |
---|
8 | maintainers gmail.com:sanchom |
---|
9 | |
---|
10 | description An algorithm extension to boost-gil. |
---|
11 | long_description An algorithm extension to boost-gil which allows you \ |
---|
12 | do re-sampling and convolution. The algorithm \ |
---|
13 | extension is in a very early stage of \ |
---|
14 | development. It is not documented and has not \ |
---|
15 | been optimized for performance. |
---|
16 | homepage http://opensource.adobe.com/wiki/display/gil/Downloads |
---|
17 | platforms darwin |
---|
18 | master_sites http://opensource.adobe.com/wiki/download/attachments/3866769/ |
---|
19 | distfiles numeric.tar.gz |
---|
20 | checksums md5 33d987e101f03ada8252f0df76dc790c \ |
---|
21 | sha1 0195704f1309001ddf3f62b50adf22eef977eb69 \ |
---|
22 | rmd160 14fdd24558520a64cbb0978ad61e3664d3feeda1 |
---|
23 | depends_lib port:boost |
---|
24 | |
---|
25 | use_configure no |
---|
26 | worksrcdir numeric |
---|
27 | |
---|
28 | build { } |
---|
29 | |
---|
30 | destroot { |
---|
31 | set extensiondir ${destroot}${prefix}/include/boost/gil/extension/numeric |
---|
32 | xinstall -d -m 755 ${extensiondir} |
---|
33 | eval xinstall -m 644 [glob ${worksrcpath}/*] ${extensiondir} |
---|
34 | } |
---|