summaryrefslogtreecommitdiff
path: root/graphics/scigraphica/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-07-11 10:39:09 +0000
committerdrochner <drochner@pkgsrc.org>2001-07-11 10:39:09 +0000
commitbf776c68f82df61f65cce6751eb0a547a89478dc (patch)
tree61427e01836d93842284e29b70e8966f22eb04a5 /graphics/scigraphica/Makefile
parent6356a93c8d5ebe47420b771ffa9b35480df591ed (diff)
downloadpkgsrc-bf776c68f82df61f65cce6751eb0a547a89478dc.tar.gz
update to 0.7.0
Changes: dozens of bugfixes and enhancements. Among other things, embedding images is now possible, as well as setting background images for the plots. Clipboard for plots: copy a plot, and paste it on a different plot window. Improved PostScript and WYSIWYG. It includes pysga.py, a Python module for interacting with plots and worksheets from the terminal. New scheme for storing numerical data in worksheets. Examples are included.
Diffstat (limited to 'graphics/scigraphica/Makefile')
-rw-r--r--graphics/scigraphica/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index 1370e4a147c..5699936f7d4 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2001/04/28 14:34:12 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/11 10:39:09 drochner Exp $
#
-DISTNAME= sg-0.6.3
-PKGNAME= scigraphica-0.6.3
+DISTNAME= sg-0.7.0
+PKGNAME= scigraphica-0.7.0
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
@@ -14,14 +14,16 @@ DEPENDS+= gtk+-*:../../x11/gtk
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= libxml-*:../../textproc/libxml
-DEPENDS+= python-*:../../lang/python
DEPENDS+= py-Numeric-*:../../math/py-Numeric
DEPENDS+= readline>=4.0:../../devel/readline
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-gnome
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_PYTHON= yes
+PY_PATCHPLIST= yes
.include "../../mk/bsd.pkg.mk"