pkgsrc/graphics/libscigraphica/Makefile
rillig ac3fb8f465 Imported libscigraphica.
SciGraphica is an Open Source data analysis and visualisation tool. It
pretends to be a clone of Microcal Origin but with the aim to be fully
featured, cross-platform, user-friendly scientific package that through
its Open Source nature can be extended and/or bugfixed by users, as well
as being user-extensible with Python modules.

This package contains the support library, which is separated from the
graphical user interface.
2006-07-02 10:18:32 +00:00

25 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 10:18:32 rillig Exp $
#
DISTNAME= libscigraphica-2.1.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= Scientific data visualization and analysis library
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in
.include "../../lang/python/extension.mk"
.include "../../math/py-numarray/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk2+extra/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"