1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/math/labplot/Makefile
Tobias C. Berner ff3b39857e graphics/poppler: update to 0.87.0
Release 0.87.0:
        core:
         * Fix crashes due to inconsistent vtables for Clang builds
         * Fix leak in broken files
         * Internal code improvements

        qt5:
         * Add option to get form choice for export value
         * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695

        glib:
         * Internal code improvements

         utils:
         * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest

PR:		245150
Exp-run by:	antoine
2020-04-02 04:41:02 +00:00

58 lines
1.8 KiB
Makefile

# Created by: Kay Lehmann <kay_lehmann@web.de>
# $FreeBSD$
PORTNAME= labplot
PORTVERSION= 2.7.0
PORTREVISION= 6
CATEGORIES= math kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Data plotting and function analysis tool by KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgsl.so:math/gsl \
liblz4.so:archivers/liblz4 \
libspectre.so:print/libspectre \
libsz.so:science/szip
USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \
shared-mime-info tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \
jobwidgets kdelibs4support kio newstuff notifications parts \
service solid sonnet syntaxhighlighting textwidgets unitconversion \
widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus gui network printsupport serialport \
sql svg widgets xml \
buildtools_build qmake_build
CMAKE_OFF= ENABLE_LIBCERF
DATADIR= ${PREFIX}/share/labplot2
OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 NETCDF
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
CANTOR_DESC= Build with Cantor support
CANTOR_CMAKE_BOOL= ENABLE_CANTOR
CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor \
libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5
FITS_DESC= Flexible Image Transport System Data Format (FITS) Library
FITS_CMAKE_BOOL= ENABLE_FITS
FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio
FFTW3_DESC= Build with FFTW support
FFTW3_CMAKE_BOOL= ENABLE_FFTW
FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3
HDF5_DESC= Build with HDF5 support
HDF5_CMAKE_BOOL= ENABLE_HDF5
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
NETCDF_DESC= Build with NetCDF support
NETCDF_CMAKE_BOOL= ENABLE_NETCDF
NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf
.include <bsd.port.mk>