1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name stuff |
---|
7 | version 1.19 |
---|
8 | revision 1 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers saao.ac.za:tim |
---|
12 | |
---|
13 | description Stuff is a program that generates artificial but \ |
---|
14 | realistic catalogs of astronomical sources. These catalogs can be loaded \ |
---|
15 | in SkyMaker to generate image simulations. |
---|
16 | |
---|
17 | |
---|
18 | homepage http://www.astromatic.net/software/stuff/ |
---|
19 | platforms darwin |
---|
20 | master_sites ftp://ftp.iap.fr/pub/from_users/bertin/stuff/ |
---|
21 | checksums md5 bf44d15906f776880a528ba252924be4 \ |
---|
22 | sha1 acf5b26e5cc10eac757b55b8cca59d5ca3d3ab94 \ |
---|
23 | rmd160 c8ac8d3bbe7cd4a7e48b81b98de60b6c777e6e74 |
---|
24 | |
---|
25 | post-destroot { |
---|
26 | set docdir ${destroot}${prefix}/share/doc/${name}-${version} |
---|
27 | xinstall -m 755 -d ${docdir} |
---|
28 | eval xinstall -m 644 ${worksrcpath}/README ${worksrcpath}/AUTHORS \ |
---|
29 | ${worksrcpath}/COPYRIGHT ${worksrcpath}/ChangeLog ${worksrcpath}/BUGS \ |
---|
30 | ${worksrcpath}/HISTORY ${worksrcpath}/INSTALL ${worksrcpath}/THANKS \ |
---|
31 | ${docdir} |
---|
32 | } |
---|