mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
f4acead636
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
PORTNAME= ricochet
|
|
PORTVERSION= 1.1.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 26
|
|
CATEGORIES= net-im net-p2p
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Anonymous peer-to-peer instant messenger
|
|
|
|
LICENSE= RICOCHET
|
|
LICENSE_NAME= Ricochet
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= compiler:c++11-lib gl gmake pkgconfig qmake qt:5 ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ricochet-im
|
|
USE_QT= core declarative gui multimedia network quickcontrols widgets \
|
|
buildtools_build linguisttools_build
|
|
USE_GL= gl
|
|
QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${OPENSSLBASE}
|
|
|
|
OPTIONS_DEFINE= TOR
|
|
OPTIONS_DEFAULT= TOR
|
|
TOR_DESC= Install Tor: it is required for ${PORTNAME} to run
|
|
|
|
TOR_RUN_DEPENDS= tor:security/tor
|
|
|
|
PLIST_FILES= bin/ricochet \
|
|
share/applications/ricochet.desktop \
|
|
share/icons/hicolor/48x48/apps/ricochet.png \
|
|
share/icons/hicolor/scalable/apps/ricochet.svg
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \
|
|
${WRKSRC}/hardened.pri
|
|
|
|
.include <bsd.port.mk>
|