diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 15:32:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 15:32:35 +0000 |
commit | 4e28e7452a7673b90fab340b33c6d04914a13c58 (patch) | |
tree | 2181efe7e8e3ca76590bd2b64f30f46d04f5d5b4 /graphics/gnuplot-nox11 | |
parent | f360ed28a3f0de3c8f18fcf9cdf684a42393265f (diff) | |
download | pkgsrc-4e28e7452a7673b90fab340b33c6d04914a13c58.tar.gz |
Convert to USE_NEW_TEXINFO.
While here fix CONFLICTS.
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r-- | graphics/gnuplot-nox11/Makefile | 8 | ||||
-rw-r--r-- | graphics/gnuplot-nox11/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile index 8b2a0a7ff24..acfbb3286b2 100644 --- a/graphics/gnuplot-nox11/Makefile +++ b/graphics/gnuplot-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/06/07 17:39:25 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/03 15:32:35 seb Exp $ # DISTNAME= gnuplot-3.7.3 @@ -13,13 +13,16 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sourceforge.net/projects/gnuplot/ COMMENT= gnuplot is a nice plotting utility -CONFLICTS+= ${DISTNAME:C/-[0-9].*//} +CONFLICTS+= gnuplot-[0-9]* USE_BUILDLINK2= YES # because of missing rl_complete_with_tilde_expansion and rl_terminal_name USE_GNU_READLINE= YES GNU_CONFIGURE= YES +USE_NEW_TEXINFO= YES +INFO_FILES= gnuplot.info + CONFIGURE_ARGS+= --with-pdf CONFIGURE_ARGS+= --with-plot=${LOCALBASE} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} @@ -29,5 +32,4 @@ CONFIGURE_ARGS+= --without-x .include "../../graphics/plotutils-nox11/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../print/pdflib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gnuplot-nox11/PLIST b/graphics/gnuplot-nox11/PLIST index 67f67a0cfbe..e974dac5a00 100644 --- a/graphics/gnuplot-nox11/PLIST +++ b/graphics/gnuplot-nox11/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2003/06/07 17:39:25 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/07/03 15:32:36 seb Exp $ bin/gnuplot -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gnuplot.info info/gnuplot.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gnuplot.info man/man1/gnuplot.1 share/gnuplot.gih |