summaryrefslogtreecommitdiffstats
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-29 15:27:25 +0000
committerpav <pav@FreeBSD.org>2005-07-29 15:27:25 +0000
commitf6e74ce53ef5079b1d470a97ea2b85cb0a063bc4 (patch)
treedc8dcb9c618f89e76fd00ba9996c38794b833399 /math/asymptote/files
parent56f5f45c32f3e6b5b7b00285f3a155dddef90046 (diff)
downloadFreeBSD-ports-f6e74ce53ef5079b1d470a97ea2b85cb0a063bc4.zip
FreeBSD-ports-f6e74ce53ef5079b1d470a97ea2b85cb0a063bc4.tar.gz
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')
-rw-r--r--math/asymptote/files/patch-Makefile.in12
-rw-r--r--math/asymptote/files/patch-doc-Makefile13
2 files changed, 25 insertions, 0 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
new file mode 100644
index 0000000..cdfe42b
--- /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
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
new file mode 100644
index 0000000..bc33e2c
--- /dev/null
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -0,0 +1,13 @@
+$FreeBSD$
+--- doc/Makefile Sat Feb 12 10:21:42 2005
++++ doc/Makefile.port Sat Jul 23 22:03:59 2005
+@@ -46,7 +46,8 @@
+ ${INSTALL} -d $(prefix)/info $(exampledir) $(mandir)/man1
+ ${INSTALL} -m 644 asymptote.info $(prefix)/info
+ install-info --infodir=$(prefix)/info asymptote.info
+- ${INSTALL} -m 644 asymptote.pdf $(exampledir)
++ mkdir -p $(prefix)/share/doc/asymptote
++ ${INSTALL} -m 644 asymptote.pdf $(prefix)/share/doc/asymptote/
+ ${INSTALL} -m 644 $(MANFILES) $(mandir)/man1
+
+ uninstall:
OpenPOWER on IntegriCloud