mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
dbef4029b5
PR: 229287 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16911
25 lines
495 B
Makefile
25 lines
495 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-about
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
DIST_SUBDIR= lxqt
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= About dialog of LXQt
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake:outsource kde:5 lxqt pkgconfig tar:xz qt:5
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
|
|
x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
PLIST_FILES= bin/lxqt-about \
|
|
share/applications/lxqt-about.desktop
|
|
|
|
.include <bsd.port.mk>
|