pkgsrc/graphics/scigraphica/Makefile
drochner bf776c68f8 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.
2001-07-11 10:39:09 +00:00

29 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/07/11 10:39:09 drochner Exp $
#
DISTNAME= sg-0.7.0
PKGNAME= scigraphica-0.7.0
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= data analysis and technical graphics
DEPENDS+= gtk+-*:../../x11/gtk
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= libxml-*:../../textproc/libxml
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"