mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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
31 lines
813 B
Makefile
31 lines
813 B
Makefile
# Created by: Tobias C. Berner <tcberner@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libaccounts-qt5
|
|
PORTVERSION= 1.13
|
|
PORTREVISION= 10
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4cTRCaktXNDRmMXM&dummy= \
|
|
LOCAL/rakuco
|
|
DISTNAME= accounts-qt-${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 wrapper for SSO framework
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib
|
|
BUILD_DEPENDS= doxygen:devel/doxygen
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
|
|
|
USES= compiler:c++11-lib qmake pathfix pkgconfig python qt:5 tar:bz2
|
|
USE_QT= buildtools_build core qmake_build testlib xml
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \
|
|
${WRKSRC}/common-pkgconfig.pri
|
|
|
|
.include <bsd.port.mk>
|