1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net-im/libaccounts-qt5/Makefile
Gerald Pfeifer e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00

31 lines
807 B
Makefile

# Created by: Tobias C. Berner <tcberner@gmail.com>
# $FreeBSD$
PORTNAME= libaccounts-qt5
PORTVERSION= 1.13
PORTREVISION= 4
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>