mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
baa4157ee8
PR: 237114 Approved by: tcberner (mentor), henry.hu.sh@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D20020
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# Created by: Henry Hu <henry.hu.sh@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cutegram
|
|
PORTVERSION= 2.7.1
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSIONSUFFIX= -stable
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= henry.hu.sh@gmail.com
|
|
COMMENT= Free and opensource telegram client
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libqtelegram-ae.so:net-im/libqtelegram-ae \
|
|
libtelegramqml.so:net-im/telegramqml
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Aseman-Land
|
|
GH_PROJECT= Cutegram aseman-qt-tools:tools
|
|
GH_TAGNAME= 91bf14b:tools
|
|
GH_SUBDIR= Cutegram/asemantools:tools
|
|
|
|
USES= compiler:c++11-lang qmake:outsource desktop-file-utils qt:5 ssl
|
|
USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \
|
|
widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
|
|
QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
|
|
TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
|
|
${WRKSRC}/Cutegram/Cutegram.pro
|
|
|
|
.include <bsd.port.mk>
|