mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
9c6ec9afe9
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24700
27 lines
588 B
Makefile
27 lines
588 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblxqt
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Shared library for LXQt applications
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
|
|
|
|
USES= cmake compiler:c++14-lang gettext gnome kde:5 lxqt \
|
|
pkgconfig qt:5 tar:xz xorg
|
|
USE_GNOME= glib20
|
|
USE_QT= buildtools_build qmake_build dbus core gui linguisttools \
|
|
svg widgets x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_LXQT= buildtools qtxdg
|
|
USE_XORG= x11 xscrnsaver
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|