mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
3d727227a4
architectures. PR: 235044 Submitted by: Piotr Kubaj Approved by: maintainer
26 lines
521 B
Makefile
26 lines
521 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-about
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
DIST_SUBDIR= lxqt
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= About dialog of LXQt
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++11-lang 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>
|