pkgsrc-wip/LabPlot/Makefile
Ian Zagorskih 4864aa8560 LabPlot is a KDE application for data plotting and function analysis.
It support both 2D and 3D plots and tries to emulate most of the functions
supported by programs like Microcal Origin or SPSS Sigmaplot.
2004-06-24 15:09:15 +00:00

29 lines
874 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 15:09:15 ianzag Exp $
#
DISTNAME= LabPlot-1.3.0
CATEGORIES= kde graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=labplot/}
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://mitarbeiter.mbi-berlin.de/gerlach/Linux/LabPlot/
COMMENT= Data analysis and visualisation
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-gsl
CONFIGURE_ARGS+= --enable-fftw
CONFIGURE_ARGS+= --enable-ImageMagick
CONFIGURE_ARGS+= --enable-tiff
CONFIGURE_ARGS+= --enable-jasper
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/jasper/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"