mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblxqt
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Shared library for LXQt applications
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_QT= 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>
|