mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
31 lines
807 B
Makefile
31 lines
807 B
Makefile
# Created by: Tobias C. Berner <tcberner@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libaccounts-qt5
|
|
PORTVERSION= 1.13
|
|
PORTREVISION= 3
|
|
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 tar:bz2
|
|
USE_QT5= 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>
|