dcb1fdc78e
Add destdir support, fix installation of localized files.
34 lines
961 B
Makefile
34 lines
961 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/03/06 12:24:28 asau Exp $
|
|
#
|
|
|
|
DISTNAME= LabPlot-1.6.0.1-2
|
|
CATEGORIES= kde graphics math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=labplot/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://mitarbeiter.mbi-berlin.de/gerlach/Linux/LabPlot/
|
|
COMMENT= Data analysis and visualisation
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES+= c++
|
|
|
|
WRKSRC= ${WRKDIR}/LabPlot-1.6.0.1
|
|
|
|
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"
|