# $Id$ PortSystem 1.0 name asymptote version 1.79 categories graphics maintainers gmail.com:loshea description a vector graphics language long_description Asymptote is a powerful descriptive \ vector graphics language that provides a natural \ coordinate-based framework for technical drawing. \ Labels and equations are typeset with LaTeX, for \ high-quality PostScript output. homepage http://asymptote.sourceforge.net platforms darwin configure.args --with-latex=${prefix}/share/texmf-local/tex/latex \ --mandir=${prefix}/share/man master_sites sourceforge extract.suffix .src.tgz checksums md5 beb6ef9a47322820b5e4ebfda0e4013b \ sha1 4cff1caa324fc2942fdeeb22b9b6cdc6da5bfb34 \ rmd160 9f80fc42ece949f3eb7fae23bb7cbcbc26559539 depends_lib port:readline \ port:texlive \ port:ghostscript \ port:fftw-3 \ port:gsl \ port:libsigsegv \ port:ncurses \ port:boehmgc post-activate { # run `mktexlsr` to make sure the asymptote files are found: system "mktexlsr" }