Fix so it does not core on 10.x (shurd@)
Add missing dependancy so it builds man pages and user manual (db@) Since they are using Sourceforge, clean up distfiles (db@) No binary changes. Reviewed by: shurd,db
This commit is contained in:
parent
8fcaf61ea5
commit
76225da07c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412700
8 changed files with 5 additions and 19 deletions
|
@ -3,18 +3,16 @@
|
|||
PORTNAME= wsjtx
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}:src \
|
||||
http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \
|
||||
LOCAL/db:docs
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
|
||||
wsjtx-main-${PORTVERSION}.html:docs
|
||||
MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Weak signal ham radio communication package
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= a2x:textproc/asciidoc
|
||||
BUILD_DEPENDS= a2x:textproc/asciidoc \
|
||||
${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
|
||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||
libfftw3f.so:math/fftw3-float \
|
||||
libhamlib.so:comms/hamlib \
|
||||
|
@ -22,12 +20,10 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|||
RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:comms/kvasd
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_GCC= yes
|
||||
USE_GL= yes
|
||||
USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport
|
||||
USES= cmake compiler fortran pkgconfig tar:tgz
|
||||
USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig tar:tgz
|
||||
CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \
|
||||
-DWSJT_SKIP_MANPAGES::BOOL="YES" \
|
||||
-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
@ -35,14 +31,4 @@ do-extract:
|
|||
${TAR} xf ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C${WRKDIR}
|
||||
${TAR} xf ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/wsjtx.tgz -C${WRKDIR}
|
||||
|
||||
post-install:
|
||||
${MKDIR} -v ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${CP} ${FILESDIR}/*.gz ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${CP} ${DISTDIR}/${PORTNAME}-main-${PORTVERSION}.html ${STAGEDIR}${DOCSDIR}
|
||||
.for f in AUTHORS BUGS COPYING INSTALL NEWS README THANKS
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/debian/changelog.Debian.gz ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/debian/copyright ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue