2016-11-19 15:19:07 +01:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
|
|
|
|
PORTNAME= libfm-qt
|
2021-11-10 17:30:16 +01:00
|
|
|
PORTVERSION= 1.0.0
|
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
|
|
|
|
2021-11-10 17:30:16 +01:00
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
2016-11-19 15:19:07 +01:00
|
|
|
COMMENT= Qt port of libfm
|
|
|
|
|
|
|
|
LICENSE= LGPL21+
|
2019-07-06 11:32:07 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-11-19 15:19:07 +01:00
|
|
|
|
2019-03-28 18:59:33 +01:00
|
|
|
LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \
|
|
|
|
libexif.so:graphics/libexif
|
2016-11-19 15:19:07 +01:00
|
|
|
|
2019-03-28 18:59:33 +01:00
|
|
|
USES= cmake compiler:c++14-lang gettext-runtime lxqt pkgconfig \
|
2019-11-07 19:36:55 +01:00
|
|
|
qt:5 gnome shared-mime-info tar:xz xorg
|
2019-03-28 18:59:33 +01:00
|
|
|
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
|
2019-03-28 18:59:33 +01:00
|
|
|
USE_LDCONFIG= yes
|
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>
|