summaryrefslogtreecommitdiff
path: root/graphics/gnuplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r--graphics/gnuplot/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 407c47bd477..c236c375eb2 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2015/08/18 07:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2015/10/25 10:13:53 wiz Exp $
DISTNAME= gnuplot-5.0.1
+PKGREVISION= 1
API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
@@ -20,17 +21,11 @@ USE_LANGUAGES= c
USE_TOOLS+= makeinfo pkg-config gmake
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --enable-history-file
-CONFIGURE_ARGS+= --with-plot=${PREFIX}
CONFIGURE_ARGS+= --without-latex
-CONFIGURE_ARGS+= --without-lisp-files
CONFIGURE_ARGS+= --without-tutorial
CONFIGURE_ARGS+= ac_cv_prog_EMACS=
INFO_FILES= yes
-# to build doc/gnuplot.pdf
-BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-BUILD_DEPENDS+= tex-ucs-[0-9]*:../../print/tex-ucs
-
CONFIGURE_ARGS+= --with-readline=bsd
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
@@ -45,17 +40,7 @@ SUBST_MESSAGE.fontpath= Fixing font path.
SUBST_FILES.fontpath= src/variable.c
SUBST_SED.fontpath= -e 's,@PKGSRC_PREFIX@,"${PREFIX}",'
-post-build:
- (cd ${WRKSRC}/docs; ${GMAKE} gnuplot.pdf)
-
-post-install:
- (cd ${WRKSRC}/docs; \
- ${INSTALL_DATA} gnuplot.pdf ${DESTDIR}${PREFIX}/share/gnuplot/${API_VERSION})
-
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../graphics/plotutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"