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

Collapse All | Expand All

(-)comms/limesuite/Makefile (-4 / +10 lines)
Lines 34-41 Link Here
34
		ENABLE_LIMERFE \
34
		ENABLE_LIMERFE \
35
		ENABLE_EVB7COM
35
		ENABLE_EVB7COM
36
36
37
OPTIONS_DEFINE=		DOCS GUI QUICKTEST OCTAVE REMOTE SOAPYSDR
37
OPTIONS_DEFINE=		DOCS GUI QUICKTEST OCTAVE REMOTE SOAPYSDR DEBUG
38
OPTIONS_DEFAULT=	GUI QUICKTEST SOAPYSDR
38
OPTIONS_DEFAULT=	GUI QUICKTEST SOAPYSDR DEBUG
39
OPTIONS_UNSET=		DOCS
39
OPTIONS_UNSET=		DOCS
40
OPTIONS_SUB=		yes
40
OPTIONS_SUB=		yes
41
QUICKTEST_DESC=		Build QuickTest Self-Test suite
41
QUICKTEST_DESC=		Build QuickTest Self-Test suite
Lines 55-61 Link Here
55
55
56
OCTAVE_CMAKE_BOOL=	ENABLE_OCTAVE
56
OCTAVE_CMAKE_BOOL=	ENABLE_OCTAVE
57
OCTAVE_BUILD_DEPENDS=	octave:math/octave
57
OCTAVE_BUILD_DEPENDS=	octave:math/octave
58
PLIST_SUB+=		OCTAVE_VERSION=${OCTAVE_VERSION}
58
OCTAVE_OCT_SITE_DIR!=	(octave-config --oct-site-dir)
59
OCTAVE_M_SITE_DIR!=	(octave-config --m-site-dir)
60
PLIST_SUB+=		OCTAVE_OCT_SITE_DIR=${OCTAVE_OCT_SITE_DIR}
61
PLIST_SUB+=		OCTAVE_M_SITE_DIR=${OCTAVE_M_SITE_DIR}
59
62
60
REMOTE_CMAKE_BOOL=	ENABLE_REMOTE
63
REMOTE_CMAKE_BOOL=	ENABLE_REMOTE
61
64
Lines 73-78 Link Here
73
LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig
76
LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig
74
.endif
77
.endif
75
78
79
.if ${PORT_OPTIONS:MDEBUG}
80
WITH_DEBUG=	yes
81
.endif
82
76
post-build:
83
post-build:
77
# N.B. COPYTREE_BIN here chmods 555 which breaks CMAKE_INSTALL in user mode!
84
# N.B. COPYTREE_BIN here chmods 555 which breaks CMAKE_INSTALL in user mode!
78
	(cd ${BUILD_WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin)
85
	(cd ${BUILD_WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin)
Lines 89-93 Link Here
89
	(cd ${WRKSRC}/Desktop && ${CP} lime-suite.desktop ${STAGEDIR}${PREFIX}/share/applications/)
96
	(cd ${WRKSRC}/Desktop && ${CP} lime-suite.desktop ${STAGEDIR}${PREFIX}/share/applications/)
90
.endif
97
.endif
91
98
92
.include "../../math/octave/Makefile.version"
93
.include <bsd.port.post.mk>
99
.include <bsd.port.post.mk>
(-)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%%lib/octave/%%OCTAVE_VERSION%%/site/oct/%%CONFIGURE_TARGET%%/LimeSuite.oct
51
%%OCTAVE%%%%OCTAVE_OCT_SITE_DIR%%/LimeSuite.oct
52
%%OCTAVE%%share/octave/%%OCTAVE_VERSION%%/site/m/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