1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | name asymptote |
---|
4 | version 1.40 |
---|
5 | categories graphics |
---|
6 | maintainers nomaintainer |
---|
7 | description a vector graphics language |
---|
8 | long_description Asymptote is a powerful descriptive \ |
---|
9 | vector graphics language that provides a natural \ |
---|
10 | coordinate-based framework for technical drawing. \ |
---|
11 | Labels and equations are typeset with LaTeX, for \ |
---|
12 | high-quality PostScript output. |
---|
13 | homepage http://asymptote.sourceforge.net |
---|
14 | platforms darwin |
---|
15 | configure.args --with-latex=${prefix}/share/texmf-local/tex/latex \ |
---|
16 | --mandir=${prefix}/share/man |
---|
17 | distfiles ${distname}.src.tgz:main gc-7.0.tar.gz:gc |
---|
18 | master_sites sourceforge::main \ |
---|
19 | http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source:gc |
---|
20 | checksums ${distname}.src.tgz md5 157b1902766b363bf0d74d059f490861 \ |
---|
21 | gc-7.0.tar.gz md5 3645ccf5f32ebb27d99b27b0d29e9c38 |
---|
22 | depends_lib port:readline \ |
---|
23 | port:texlive \ |
---|
24 | port:ghostscript \ |
---|
25 | port:fftw-3 \ |
---|
26 | port:gsl \ |
---|
27 | port:libsigsegv \ |
---|
28 | port:ncurses |
---|
29 | extract.only ${distname}.src.tgz |
---|
30 | |
---|
31 | post-extract { |
---|
32 | file copy ${distpath}/gc-7.0.tar.gz ${worksrcpath} |
---|
33 | } |
---|