aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qsstv/Makefile
blob: 977e78f5fa364e3532fb15aee6dd127eac58260f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# $FreeBSD$

PORTNAME=   qsstv
PORTVERSION=    9.2.6
CATEGORIES= comms hamradio
MASTER_SITES=   http://users.telenet.be/on4qz/qsstv/downloads/ \
        LOCAL/db
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= hamradio@FreeBSD.org
COMMENT=    Amateur Radio SSTV/FAX reception program for unix

LICENSE=    GPLv3

LIB_DEPENDS=    libasound.so:audio/alsa-lib \
        libfftw3.so:math/fftw3 \
        libfftw3f.so:math/fftw3-float \
        libhamlib.so:comms/hamlib \
        libopenjp2.so:graphics/openjpeg \
        libpulse.so:audio/pulseaudio \
        libv4l2.so:multimedia/libv4l
BUILD_DEPENDS=  v4l_compat>=0:multimedia/v4l_compat

USES=       pkgconfig qmake qt:5
USE_QT=     buildtools core gui network widgets xml
USE_GL+=    gl

OPTIONS_DEFINE= DOCS
DOCS_CXXFLAGS=  -DWITH_DOCS

post-patch:
    @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
            -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
            -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
            -e 's|%%PERL%%|${PERL}|g' \
        ${WRKSRC}/qsstv/qsstv.pro ${WRKSRC}/qwt/qwt.pro \
        ${WRKSRC}/qsstv/config/directoriesconfig.cpp \
        ${WRKSRC}/qsstv/documentation/manual/manual.doxy \
        ${WRKSRC}/qsstv/documentation/manual/manual/gettingstarted.html \
        ${WRKSRC}/qsstv/documentation/manual/manual.txt
    ${RM} ${WRKSRC}/qsstv/documentation/manual/manual.txt.*
    ${RM} ${WRKSRC}/qsstv/documentation/manual/manual.*.orig

post-install:
    -${RM} ${STAGEDIR}/${DOCSDIR}/manual.doxy
    -${RM} ${STAGEDIR}/${DOCSDIR}/doxygen_sqlite3.db
    -${RM} ${STAGEDIR}/${DOCSDIR}/*.bak
    -${RM} ${STAGEDIR}/${DOCSDIR}/*.orig

.include <bsd.port.mk>