mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
comms/wsjtz: Fix build
- Add missing dependencies - Add DOCS option Reported by: pkg-fallout
This commit is contained in:
parent
b3408688b0
commit
98516d34df
1 changed files with 6 additions and 2 deletions
|
@ -19,14 +19,16 @@ BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
|
||||||
${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
|
${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
|
||||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||||
libfftw3f.so:math/fftw3-float \
|
libfftw3f.so:math/fftw3-float \
|
||||||
libxslt.so:textproc/libxslt
|
libxslt.so:textproc/libxslt \
|
||||||
|
libhamlib.so:comms/hamlib \
|
||||||
|
libreadline.so:devel/readline
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib fortran gl \
|
USES= cmake compiler:c++11-lib fortran gl \
|
||||||
makeinfo pkgconfig qt:5 zip
|
makeinfo pkgconfig qt:5 zip
|
||||||
USE_GL= glu
|
USE_GL= glu
|
||||||
USE_QT= core gui network widgets \
|
USE_QT= core gui network widgets \
|
||||||
multimedia concurrent printsupport serialport sql sql-sqlite3 \
|
multimedia concurrent printsupport serialport sql sql-sqlite3 \
|
||||||
buildtools_build linguisttools_build qmake_build
|
testlib buildtools_build linguisttools_build qmake_build
|
||||||
|
|
||||||
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
|
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
|
||||||
-DLOCALBASE::STRING="${LOCALBASE}"
|
-DLOCALBASE::STRING="${LOCALBASE}"
|
||||||
|
@ -34,6 +36,8 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
|
||||||
#CMAKE_ARGS+= --debug-output --trace
|
#CMAKE_ARGS+= --debug-output --trace
|
||||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/z/x/}
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/z/x/}
|
||||||
|
|
Loading…
Add table
Reference in a new issue