2016-02-03 00:35:54 +01:00
|
|
|
# Created by: Henry Hu <henry.hu.sh@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cutegram
|
|
|
|
PORTVERSION= 2.7.1
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSIONSUFFIX= -stable
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2016-02-03 00:35:54 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
|
|
|
|
MAINTAINER= henry.hu.sh@gmail.com
|
|
|
|
COMMENT= Free and opensource telegram client
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libqtelegram-ae.so:net-im/libqtelegram-ae \
|
|
|
|
libtelegramqml.so:net-im/telegramqml
|
2016-02-03 00:35:54 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Aseman-Land
|
|
|
|
GH_PROJECT= Cutegram aseman-qt-tools:tools
|
|
|
|
GH_TAGNAME= 91bf14b:tools
|
2016-12-14 17:06:19 +01:00
|
|
|
GH_SUBDIR= Cutegram/asemantools:tools
|
2016-02-03 00:35:54 +01:00
|
|
|
|
2019-11-08 14:34:26 +01:00
|
|
|
USES= compiler:c++11-lang desktop-file-utils gnome qmake:outsource \
|
|
|
|
qt:5 ssl
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \
|
2016-02-03 00:35:54 +01:00
|
|
|
widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
|
2016-06-19 00:10:55 +02:00
|
|
|
QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
|
|
|
|
TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
|
2016-02-03 00:35:54 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2016-06-19 00:10:55 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
|
|
|
|
${WRKSRC}/Cutegram/Cutegram.pro
|
|
|
|
|
2016-02-03 00:35:54 +01:00
|
|
|
.include <bsd.port.mk>
|