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
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblxqt
|
|
PORTVERSION= 0.11.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shared library for LXQt applications
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
|
|
pkgconfig tar:xz
|
|
USE_QT5= buildtools_build qmake_build dbus core gui linguisttools \
|
|
svg widgets x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_LXQT= buildtools qtxdg
|
|
USE_XORG= x11 xscrnsaver
|
|
|
|
.include <bsd.port.mk>
|