diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-28 19:10:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-28 19:10:55 +0000 |
commit | c42648a9f3da10d72e3d1b5f08f05f85f25f21a4 (patch) | |
tree | afb94ee2adfd4bd4d5abace6e103a6c7d872385a /math/labplot/Makefile | |
parent | 58db76b95afa454ef3c9e00e43536d5f847032bd (diff) | |
download | ports-c42648a9f3da10d72e3d1b5f08f05f85f25f21a4.tar.gz ports-c42648a9f3da10d72e3d1b5f08f05f85f25f21a4.zip |
Notes
Diffstat (limited to 'math/labplot/Makefile')
-rw-r--r-- | math/labplot/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 08841894f025..ad2a62cd19a5 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= labplot -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 DISTVERSIONSUFFIX=-kf5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -15,8 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl -OPTIONS_DEFINE= FFTW3 HDF5 NETCDF +OPTIONS_DEFINE= FITS FFTW3 HDF5 NETCDF OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +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 @@ -30,8 +33,8 @@ NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf USES= cmake:outsource desktop-file-utils kde:5 shared-mime-info tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm guiaddons i18n iconthemes itemviews \ - jobwidgets kdelibs4support kio notifications parts service \ - solid sonnet textwidgets unitconversion widgetsaddons \ + jobwidgets kdelibs4support kio newstuff notifications parts \ + service solid sonnet textwidgets unitconversion widgetsaddons \ windowsystem xmlgui USE_QT5= core dbus gui network printsupport svg widgets xml \ buildtools_build qmake_build |