1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name scamp |
---|
6 | version 2.0b5 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | license GPL |
---|
10 | maintainers iap.fr:bertin \ |
---|
11 | iap.fr:gam |
---|
12 | description astrometric and photometric solutions from SExtractor catalogs |
---|
13 | long_description astrometric and photometric solutions from SExtractor catalogs |
---|
14 | homepage http://www.astromatic.net/software/scamp |
---|
15 | |
---|
16 | master_sites file:///Users/gam/ports/science/scamp |
---|
17 | |
---|
18 | checksums rmd160 1f7b87083cee2ccb6535181c0db9198960c3b0fe \ |
---|
19 | sha256 f65af5ea665d18dbccb857f02685ed36ebd72856ea8d2aa006be67a458e415a9 |
---|
20 | |
---|
21 | depends_lib port:plplot |
---|
22 | |
---|
23 | use_bzip2 yes |
---|
24 | |
---|
25 | extract.suffix .tbz2 |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build {} |
---|
30 | |
---|
31 | destroot { |
---|
32 | puts "prefix = ${prefix}" |
---|
33 | puts "workpath = ${workpath}" |
---|
34 | puts "worksrcpath = ${worksrcpath}" |
---|
35 | puts "destroot = ${destroot}" |
---|
36 | } |
---|