1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/lxqt-about/Makefile
Jesper Schmitz Mouridsen dbef4029b5 New port x11/lxqt-about
PR: 229287
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16911
2018-08-27 16:00:10 +00:00

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>