pkgsrc/graphics/veusz/Makefile
drochner 74f8bf0f69 update to 1.18
changes:
* Add support for dataset expressions when plotting
* Add axis-function widget for plotting axes which have a scale given
  by a function, or are linked to a different axis via a function
* Add stepped colour maps
* Support editing multiple datasets simultaneously in editor
* Add setting to fix aspect-ratio of graphs
* Add 'vcentre' line step mode for vertical step plots
* Add internal margin setting for grids to separate sub-plots
* Add pixel, pixel_wcs, fraction and linear_wcs FITS import
  coordinate system modes
* Add drop down toolbar button menu to create axis widgets
* More efficient widget dependency resolution
+bugfixes
2013-07-24 11:03:59 +00:00

24 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.45 2013/07/24 11:03:59 drochner Exp $
#
DISTNAME= veusz-1.18
CATEGORIES= graphics
MASTER_SITES= http://download.gna.org/veusz/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.gna.org/veusz/
COMMENT= Scientific plotting package
LICENSE= gnu-gpl-v2
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
REPLACE_PYTHON= examples/embedexample.py
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../x11/py-sip/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"