diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
commit | cb8b1428c6bb9ed135f61a9cecbe8397defbf329 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /math/cantor | |
parent | 563bcaab10c891e4bee07c4ec1fbf46515c5a0b4 (diff) |
Notes
Diffstat (limited to 'math/cantor')
-rw-r--r-- | math/cantor/Makefile | 18 | ||||
-rw-r--r-- | math/cantor/distinfo | 4 | ||||
-rw-r--r-- | math/cantor/pkg-plist | 2 |
3 files changed, 11 insertions, 13 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 00159ab50fc0..6d043105082f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: cantor -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} @@ -28,21 +23,22 @@ USE_QT4= qtestlib_build xmlpatterns \ USE_XZ= yes MAKE_JOBS_SAFE= yes -OPTIONS= MAXIMA "Maxima backend" off \ - OCTAVE "Octave backend" off \ - R "R backend" off +OPTIONS_DEFINE= MAXIMA OCTAVE R +MAXIMA_DESC= Maxima backend +OCTAVE_DESC= Octave backend +R_DESC= R backend .include <bsd.port.options.mk> -.ifdef(WITH_MAXIMA) +.if ${PORT_OPTIONS:MMAXIMA} RUN_DEPENDS+= maxima:${PORTSDIR}/math/maxima .endif -.ifdef(WITH_OCTAVE) +.if ${PORT_OPTIONS:MOCTAVE} RUN_DEPENDS+= octave:${PORTSDIR}/math/octave .endif -.ifdef(WITH_R) +.if ${PORT_OPTIONS:MR} BUILD_DEPENDS+= R:${PORTSDIR}/math/R RUN_DEPENDS+= R:${PORTSDIR}/math/R # Required to set CFLAGS for -lgfortran. diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 2b0924e89381..23b412b686fd 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/cantor-4.8.4.tar.xz) = b16812359b60da7c6b05700d1dd2b0f931d8ba767dbfd42b958941edffea32bf -SIZE (KDE/cantor-4.8.4.tar.xz) = 272996 +SHA256 (KDE/cantor-4.9.5.tar.xz) = 90789772107c92db47f4754d1deea7fd97f5ef1e184a14223795f945227ee504 +SIZE (KDE/cantor-4.9.5.tar.xz) = 273644 diff --git a/math/cantor/pkg-plist b/math/cantor/pkg-plist index b058ebfe45ae..f99f6b7c4d01 100644 --- a/math/cantor/pkg-plist +++ b/math/cantor/pkg-plist @@ -65,6 +65,7 @@ share/apps/cantor/octavebackend/cantor_eigenvectors.m share/apps/cantor/octavebackend/cantor_plot2d.m share/apps/cantor/octavebackend/cantor_plot3d.m share/apps/cantor/octavebackend/cantor_print.m +share/apps/cantor/sagebackend/keywords.xml share/apps/cantor/scilabbackend/keywords.xml share/apps/cantor/xslt/latex.xsl share/config.kcfg/cantor.kcfg @@ -124,6 +125,7 @@ share/kde4/servicetypes/cantor_panelplugin.desktop @dirrm share/doc/HTML/en/cantor @dirrm share/apps/cantor/xslt @dirrm share/apps/cantor/scilabbackend +@dirrm share/apps/cantor/sagebackend @dirrm share/apps/cantor/octavebackend @dirrm share/apps/cantor/maximabackend @dirrm share/apps/cantor |