Ticket #37333: Portfile

File Portfile, 908 bytes (added by garymamon@…, 11 years ago)

Portfile

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