Files
ports/net/rssguard/Makefile
Alexey Dokuchaev 487493f5e6 net/rssguard: the port had been updated to version 4.1.2
Garbage-collect no longer needed PATCH_ARGS adjustment forgotten
in the previous commit 4549fc4efa (n570421).
2022-01-12 10:31:14 +00:00

36 lines
890 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= rssguard
PORTVERSION= 4.1.2
CATEGORIES= net www
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simple (yet powerful) Qt5 feed reader
LICENSE= GPLv3+
USES= qmake qt:5
USE_QT= buildtools_build linguisttools_build \
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_QMAKE_OFF= USE_WEBENGINE=false
post-patch:
@${GREP} -Rl --null Q_OS_LINUX ${WRKSRC}/src | ${XARGS} -0 \
${REINPLACE_CMD} -e 's,Q_OS_LINUX,Q_OS_UNIX,'
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librssguard.so
.include <bsd.port.mk>