2016-11-19 15:19:07 +01:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfm-qt
|
2018-06-22 22:18:40 +02:00
|
|
|
PORTVERSION= 0.13.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 2
|
2016-11-19 15:19:07 +01:00
|
|
|
CATEGORIES= x11
|
2017-10-27 17:34:46 +02:00
|
|
|
MASTER_SITES= LXQT
|
2016-11-19 15:19:07 +01:00
|
|
|
|
2018-03-03 10:53:42 +01:00
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
2016-11-19 15:19:07 +01:00
|
|
|
COMMENT= Qt port of libfm
|
|
|
|
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfm.so:x11/libfm \
|
2017-10-27 17:34:46 +02:00
|
|
|
libmenu-cache.so:x11/menu-cache \
|
|
|
|
libexif.so:graphics/libexif
|
2016-11-19 15:19:07 +01:00
|
|
|
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \
|
2018-06-28 19:39:53 +02:00
|
|
|
qt:5 shared-mime-info tar:xz
|
|
|
|
USE_QT= buildtools_build qmake_build core gui linguisttools widgets \
|
2016-11-19 15:19:07 +01:00
|
|
|
x11extras
|
|
|
|
USE_GNOME= glib20
|
|
|
|
USE_XORG= xcb
|
2016-12-22 21:13:27 +01:00
|
|
|
USE_LXQT= buildtools
|
2016-11-19 15:19:07 +01:00
|
|
|
|
2017-10-27 17:34:46 +02:00
|
|
|
post-install:
|
|
|
|
${RM} -Rf ${STAGEDIR}${PREFIX}/include/${PORTNAME}/tests/
|
|
|
|
|
2016-11-19 15:19:07 +01:00
|
|
|
.include <bsd.port.mk>
|