b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
29 lines
629 B
Makefile
29 lines
629 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfm-qt
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= Qt port of libfm
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libfm.so:x11/libfm \
|
|
libmenu-cache.so:x11/menu-cache \
|
|
libexif.so:graphics/libexif
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \
|
|
qt:5 shared-mime-info tar:xz
|
|
USE_QT= buildtools_build qmake_build core gui linguisttools widgets \
|
|
x11extras
|
|
USE_GNOME= glib20
|
|
USE_XORG= xcb
|
|
USE_LXQT= buildtools
|
|
|
|
post-install:
|
|
${RM} -Rf ${STAGEDIR}${PREFIX}/include/${PORTNAME}/tests/
|
|
|
|
.include <bsd.port.mk>
|