View | Details | Raw Unified | Return to bug 209967
Collapse All | Expand All

(-)net-im/cutegram/Makefile (+7 lines)
Lines 24-29 Link Here
24
USES=		qmake:outsource desktop-file-utils
24
USES=		qmake:outsource desktop-file-utils
25
USE_QT5=	qmake_build buildtools_build core qml quick sql xml multimedia \
25
USE_QT5=	qmake_build buildtools_build core qml quick sql xml multimedia \
26
		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
26
		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
27
USE_OPENSSL=	yes
28
QMAKE_ARGS=	LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
29
		TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
27
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
28
31
29
post-extract:
32
post-extract:
Lines 30-33 Link Here
30
	@${RMDIR} ${WRKSRC}/Cutegram/asemantools && \
33
	@${RMDIR} ${WRKSRC}/Cutegram/asemantools && \
31
	${MV} ${WRKSRC_tools} ${WRKSRC}/Cutegram/asemantools
34
	${MV} ${WRKSRC_tools} ${WRKSRC}/Cutegram/asemantools
32
35
36
post-patch:
37
	@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
38
               ${WRKSRC}/Cutegram/Cutegram.pro
39
33
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)net-im/libqtelegram-ae/Makefile (+5 lines)
Lines 19-24 Link Here
19
19
20
USES=		qmake:outsource
20
USES=		qmake:outsource
21
USE_QT5=	qmake_build buildtools_build core gui network multimedia
21
USE_QT5=	qmake_build buildtools_build core gui network multimedia
22
USE_OPENSSL=	yes
22
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
23
24
25
post-patch:
26
	@${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \
27
		${WRKSRC}/libqtelegram-ae.pri
28
24
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)net-im/telegramqml/Makefile (-1 / +7 lines)
Lines 20-26 Link Here
20
20
21
USES=		qmake:outsource
21
USES=		qmake:outsource
22
USE_QT5=	qmake_build buildtools_build core qml quick sql xml multimedia
22
USE_QT5=	qmake_build buildtools_build core qml quick sql xml multimedia
23
USE_OPENSSL=	yes
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
QMAKE_ARGS=	BUILD_MODE+=lib
25
QMAKE_ARGS=	BUILD_MODE+=lib \
26
		LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae"
25
27
28
post-patch:
29
	@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
30
		${WRKSRC}/telegramqml.pri
31
26
.include <bsd.port.mk>
32
.include <bsd.port.mk>

Return to bug 209967