blob: dcf2c33924cb236c7a22e3d14582a4bae3a088ba (
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
|
PORTNAME= goldendict-ng
DISTVERSIONPREFIX= v
DISTVERSION= 25.10.1
DISTVERSIONSUFFIX= -Release.85f9a3d5
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced dictionary lookup program, supporting many formats
WWW= https://xiaoyifang.github.io/goldendict-ng/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
libfmt.so:devel/libfmt \
libhunspell-1.7.so:textproc/hunspell \
liblzo2.so:archivers/lzo2 \
libopencc.so:chinese/opencc \
libtomlplusplus.so:devel/tomlplusplus \
libvorbis.so:audio/libvorbis \
libxapian.so:databases/xapian-core \
libzim.so:devel/libzim
USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6 \
xorg
USE_GITHUB= yes
GH_ACCOUNT= xiaoyifang
USE_GL= opengl
USE_QT= 5compat base declarative multimedia positioning svg webchannel \
webengine tools:build
USE_XORG= ice sm x11 xext xorgproto xtst
CMAKE_ON= USE_ALTERNATIVE_NAME USE_SYSTEM_FMT USE_SYSTEM_TOML
CONFIGURE_WRKSRC= ${WRKSRC}/build_dir
OPTIONS_DEFINE= EPWING SPEECH
OPTIONS_DEFAULT= EPWING
EPWING_DESC= Japanese EPWING dictionary format support
SPEECH_DESC= Text to speech support
EPWING_LIB_DEPENDS= libeb.so:japanese/eb
EPWING_CMAKE_OFF= -DWITH_EPWING_SUPPORT=OFF
SPEECH_USE= QT=speech
SPEECH_CMAKE_ON= -DWITH_TTS=ON
.include <bsd.port.mk>
|