mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7ea208267d
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24710
23 lines
485 B
Makefile
23 lines
485 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-admin
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= System administration tool for the LXQt desktop
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++11-lang gnome kde:5 localbase \
|
|
lxqt pkgconfig tar:xz qt:5
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg \
|
|
widgets x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_GNOME= glib20
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
.include <bsd.port.mk>
|