diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-29 15:27:25 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-29 15:27:25 +0000 |
| commit | 2494efe26ff460e8a7c73b183635d3df3b52f8c4 (patch) | |
| tree | b1c6f02d80dfd67870e2f9302527bc898d294c23 /math/asymptote/files/patch-Makefile.in | |
| parent | Pass maintainership to last submitter (diff) | |
Asymptote is a powerful script-based 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.
A major advantage of Asymptote over other graphics packages is that
it is a programming language, as opposed to just a graphics program:
it can therefore exploit the best features of script (command-driven)
and graphical user interface (GUI) methods.
PR: ports/83990
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'math/asymptote/files/patch-Makefile.in')
| -rw-r--r-- | math/asymptote/files/patch-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in new file mode 100644 index 000000000000..cdfe42b9cb75 --- /dev/null +++ b/math/asymptote/files/patch-Makefile.in @@ -0,0 +1,12 @@ +$FreeBSD$ +--- Makefile.in Sat Jul 2 22:23:42 2005 ++++ Makefile.in.port Fri Jul 22 19:15:11 2005 +@@ -36,7 +36,7 @@ + mandir = @mandir@ + datadir = @datadir@ + asydir = $(datadir)/asymptote +-exampledir = $(datadir)/doc/asymptote ++exampledir = $(datadir)/examples/asymptote + latexdir = @latexdir@ + INSTALL = @INSTALL@ + ASYMPTOTE_DIR = ../base |
