blob: 6f5e02d4c36e356320e652fa400e71c0fef03105 (
plain)
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
|
PORTNAME= rssguard
PORTVERSION= 4.3.3
CATEGORIES= net www
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simple (yet powerful) Qt5 feed reader
WWW= https://github.com/martinrotter/rssguard
LICENSE= GPLv3+
USES= cmake qt:5
USE_QT= buildtools:build linguisttools:build qmake:build \
concurrent core dbus declarative gui multimedia \
network sql widgets xml
USE_GITHUB= yes
GH_ACCOUNT= martinrotter
OPTIONS_DEFINE= WEBENGINE
OPTIONS_DEFAULT_aarch64= WEBENGINE
OPTIONS_DEFAULT_amd64= WEBENGINE
OPTIONS_DEFAULT_i386= WEBENGINE
WEBENGINE_DESC= Use QtWebEngine module for internal web browser
WEBENGINE_USE= QT=location,printsupport,webchannel,webengine
WEBENGINE_CMAKE_OFF= -DUSE_WEBENGINE:BOOL=OFF
WEBENGINE_PLIST_SUB= PROGNAME=${PORTNAME}
WEBENGINE_PLIST_SUB_OFF= PROGNAME=${PORTNAME}lite
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librssguard.so
.include <bsd.port.mk>
|