ea8c8ec7da
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
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# Created by: Henry Hu <henry.hu.sh@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= telegramqml
|
|
PORTVERSION= 0.9.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= henry.hu.sh@gmail.com
|
|
COMMENT= Telegram API tools for QtQML and Qml
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libqtelegram-ae.so:net-im/libqtelegram-ae
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Aseman-Land
|
|
GH_PROJECT= TelegramQML
|
|
|
|
USES= compiler:c++11-lang qmake:outsource qt:5 ssl
|
|
USE_QT= qmake_build buildtools_build core declarative sql xml multimedia
|
|
USE_LDCONFIG= yes
|
|
QMAKE_ARGS= BUILD_MODE+=lib \
|
|
LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
|
|
${WRKSRC}/telegramqml.pri
|
|
|
|
.include <bsd.port.mk>
|