summaryrefslogtreecommitdiff
path: root/math/gnuplot+/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnuplot+/Makefile')
-rw-r--r--math/gnuplot+/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile
index c90300dc8269..69a6870b6083 100644
--- a/math/gnuplot+/Makefile
+++ b/math/gnuplot+/Makefile
@@ -3,7 +3,7 @@
# Date created: May 18, 1999
# Whom: NAKAJI Hiroyuki
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/06/09 01:51:48 steve Exp $
#
DISTNAME= gnuplot37+-1.1.8
@@ -42,7 +42,10 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \
${WRKSRC}/INSTALL.unx.plus \
${WRKSRC}/INSTALL.win.plus \
${WRKSRC}/README-J.plus \
- ${WRKSRC}/README.plus
+ ${WRKSRC}/README.plus \
+ ${WRKSRC}/gp+/plus-asc.dvi \
+ ${WRKSRC}/gp+/plus-ntt.dvi \
+ ${WRKSRC}/gp+/plus.tex
post-extract:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7+1.1.8.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
@@ -57,9 +60,15 @@ post-patch:
pre-build:
find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
+post-build:
+ cd ${WRKSRC}/docs; ${GMAKE} info
+ cd ${WRKSRC}/docs; ${PATCH} --quiet -E -p1 < ${FILESDIR}/gnuplot.info.diff
+
post-install:
@test -d ${PREFIX}/share/doc/gnuplot+ || ${MKDIR} ${PREFIX}/share/doc/gnuplot+
- @${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+
+ ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+
+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info
+ install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>