From d3aa77360da7149d376ec278fd9448fc88021be2 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 10 Sep 2006 08:04:15 +0000 Subject: The QtiPlot Handbook. Author: Roger Gadiou WWW: http://soft.proindependent.com/qtiplot.html PR: ports/103049 Submitted by: Max Brazhnikov --- math/qtiplot-doc/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 math/qtiplot-doc/Makefile (limited to 'math/qtiplot-doc/Makefile') diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile new file mode 100644 index 000000000000..7706b2b8d1c6 --- /dev/null +++ b/math/qtiplot-doc/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: qtiplot-doc +# Date created: 2006-09-08 +# Whom: Max Brazhnikov +# +# $FreeBSD$ +# + +PORTNAME= qtiplot-doc +PORTVERSION= 0.8.7 +CATEGORIES= math +MASTER_SITES= http://soft.proindependent.com/doc/ +DISTNAME= manual-en + +MAINTAINER= makc@issp.ac.ru +COMMENT= The QtiPlot Handbook + +USE_ZIP= yes +NO_BUILD= yes +DATADIR= ${PREFIX}/share/qtiplot/manual + +PLIST= ${WRKDIR}/pkg-plist + +.include + +pre-install: + @${ECHO_CMD} '@exec mkdir -p %D/share/qtiplot/manual' > ${PLIST} + @${FIND} ${WRKSRC} -type f | \ + ${SED} -e "s:^${WRKSRC}/:share/qtiplot/manual/:g" >> ${PLIST} + @${FIND} -d ${WRKSRC} -type d | \ + ${SED} -e "s:^${WRKSRC}:@dirrm share/qtiplot/manual:g" >> ${PLIST} + @${ECHO_CMD} "@dirrmtry share/qtiplot" >> ${PLIST} + +do-install: + @${MKDIR} ${DATADIR} + ${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \ + ${TAR} -C ${DATADIR} --unlink -xf - + +.include -- cgit v1.2.3