of x11/qterminal). LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of a merge between the LXDE-Qt and Razor-qt projects. This work is based on the LXQt testing repo [1]. Importing is not complete due to missing pieces in KDE Frameworks (r426118). I would like to thank contributor and tester, Jesper Schmitz Mouridsen. [1] https://subversion.assembla.com/svn/lxqt/tags/0.11 Reviewed by: antoine, rakuco Obtained from: LXQt repository FC after: Differential Revision: https://reviews.freebsd.org/D5002
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libqtxdg
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= Qt implementation of freedesktop.org xdg specs
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig tar:xz
|
|
USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \
|
|
xml
|
|
|
|
.include <bsd.port.mk>
|