View | Details | Raw Unified | Return to bug 252350 | Differences between
and this patch

Collapse All | Expand All

(-)comms/limesuite/Makefile (-6 / +5 lines)
Lines 3-9 Link Here
3
PORTNAME=	limesuite
3
PORTNAME=	limesuite
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	20.10.0
5
DISTVERSION=	20.10.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	comms astro hamradio
7
CATEGORIES=	comms astro hamradio
8
8
9
MAINTAINER=	tomek@cedro.info
9
MAINTAINER=	tomek@cedro.info
Lines 74-84 Link Here
74
.endif
74
.endif
75
75
76
.if ${PORT_OPTIONS:MOCTAVE}
76
.if ${PORT_OPTIONS:MOCTAVE}
77
.include "${.CURDIR}/../../math/octave/Makefile.version"
77
OCTAVE_OCT_SITE_DIR=	(octave-config --oct-site-dir)
78
OCTAVE_OCT_SITE_DIR=	"lib/octave/${OCTAVE_VERSION}/site/oct/${CONFIGURE_TARGET}/"
78
OCTAVE_M_SITE_DIR=	(octave-config --m-site-dir)
79
PLIST_SUB+=	OCTAVE_OCT_SITE_DIR=${OCTAVE_OCT_SITE_DIR}
79
PLIST_SUB+=		OCTAVE_OCT_SITE_DIR=${OCTAVE_OCT_SITE_DIR:sh}
80
OCTAVE_M_SITE_DIR=	"share/octave/${OCTAVE_VERSION}/site/m/"
80
PLIST_SUB+=		OCTAVE_M_SITE_DIR=${OCTAVE_M_SITE_DIR:sh}
81
PLIST_SUB+=	OCTAVE_M_SITE_DIR=${OCTAVE_M_SITE_DIR}
82
.endif
81
.endif
83
82
84
.if ${PORT_OPTIONS:MDEBUG}
83
.if ${PORT_OPTIONS:MDEBUG}
(-)comms/limesuite/pkg-plist (-2 / +2 lines)
Lines 48-55 Link Here
48
%%GUI%%share/pixmaps/lime-suite-48.png
48
%%GUI%%share/pixmaps/lime-suite-48.png
49
%%GUI%%share/pixmaps/lime-suite-64.png
49
%%GUI%%share/pixmaps/lime-suite-64.png
50
%%QUICKTEST%%bin/LimeQuickTest
50
%%QUICKTEST%%bin/LimeQuickTest
51
%%OCTAVE%%%%OCTAVE_OCT_SITE_DIR%%LimeSuite.oct
51
%%OCTAVE%%%%OCTAVE_OCT_SITE_DIR%%/LimeSuite.oct
52
%%OCTAVE%%%%OCTAVE_M_SITE_DIR%%LoadLimeSuite.m
52
%%OCTAVE%%%%OCTAVE_M_SITE_DIR%%/LoadLimeSuite.m
53
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h.html
53
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h.html
54
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h.js
54
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h.js
55
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h_source.html
55
%%PORTDOCS%%%%DOCSDIR%%/LMS_API_Documentation/_lime_suite_8h_source.html

Return to bug 252350