mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
db490bfda4
- update x11/libfm to version 1.3.1 - update x11-fm/pcmanfm to version 1.3.1 - convert both to flavors - fix other affected ports PR: 229944 Reviewed by: adamw, antoine, bapt Approved by: mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D16387
31 lines
640 B
Makefile
31 lines
640 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfm-qt
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= Qt port of libfm
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libfm.so:x11/libfm@gtk2 \
|
|
libmenu-cache.so:x11/menu-cache \
|
|
libexif.so:graphics/libexif
|
|
|
|
USES= cmake 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>
|