mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +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
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcmanfm-qt
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= LXQt file manager
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \
|
|
libfm.so:x11/libfm \
|
|
libexif.so:graphics/libexif
|
|
|
|
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
|
gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
|
|
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
|
|
widgets x11extras
|
|
USE_KDE= oxygen-icons5
|
|
USE_LXQT= buildtools libfmqt
|
|
USE_GNOME= glib20
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|