aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnuplot/Makefile
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-01-24 06:49:30 +0800
committerchuckr <chuckr@FreeBSD.org>2000-01-24 06:49:30 +0800
commit12a4c79b8973005ca1a527de453236a8f8837133 (patch)
treed9762661345f4ffc5da98cfd50af543ad3a683a0 /math/gnuplot/Makefile
parent6ad022804df66aa4cfe4e3d3feef4b1ec73b5d59 (diff)
downloadfreebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.tar.gz
freebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.tar.zst
freebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.zip
Install the demos (and a README) with gnunplot. Nice demos, worth it.
Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su>
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r--math/gnuplot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 1c31cf22fe03..87ffde66a230 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -25,6 +25,11 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--with-gd=${LOCALBASE}/lib \
--with-gnu-readline --with-lasergnu --with-png
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/gnuplot
+ (cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/doc/gnuplot;done)
+ ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/gnuplot
+
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>