2018-08-20 18:49:50 +02:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxqt-notificationd
|
2019-03-28 18:59:33 +01:00
|
|
|
PORTVERSION= 0.14.0
|
2018-08-20 18:49:50 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= LXQT
|
|
|
|
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
|
|
COMMENT= LXQt notification daemon
|
|
|
|
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
2019-03-28 18:59:33 +01:00
|
|
|
USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
|
2018-08-20 18:49:50 +02:00
|
|
|
pkgconfig tar:xz
|
|
|
|
USE_QT= buildtools_build qmake_build dbus core gui \
|
|
|
|
linguisttools svg widgets x11extras xml
|
|
|
|
USE_KDE= windowsystem
|
|
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|