Package provided by Kai Puolamaki <Kai.Puolamaki@iki.fi> via PR pkg/21219. Biggles is a Python module for creating publication-quality 2D scientific plots. It supports multiple output formats (postscript, x11, png, svg, gif), understands simple TeX, and sports a high-level, elegant interface. It's intended for technical users with sophisticated plotting needs.
21 lines
590 B
Makefile
21 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 16:04:40 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= python-biggles-1.6.3
|
|
PKGNAME= ${PYPKGPREFIX}-biggles-1.6.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/}
|
|
|
|
MAINTAINER= Kai.Puolamaki@iki.fi
|
|
HOMEPAGE= http://biggles.sourceforge.net/
|
|
COMMENT= Python module for creating 2D scientific plots
|
|
|
|
USE_X11= yes
|
|
PYDISTUTILSPKG= yes
|
|
PYBINMODULE= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-Numeric/buildlink2.mk"
|
|
.include "../../graphics/plotutils/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|