Line 0
Link Here
|
|
|
1 |
# Created by: Olivier Duchateau |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= lxqt-notificationd |
5 |
PORTVERSION= 0.13.0 |
6 |
CATEGORIES= deskutils |
7 |
MASTER_SITES= LXQT |
8 |
|
9 |
MAINTAINER= jesper@schmitz.computer |
10 |
COMMENT= LXQt notification daemon |
11 |
|
12 |
LICENSE= LGPL21+ |
13 |
|
14 |
USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \ |
15 |
pkgconfig tar:xz |
16 |
USE_QT5= buildtools_build qmake_build dbus core gui \ |
17 |
linguisttools svg widgets x11extras xml |
18 |
USE_KDE= windowsystem |
19 |
USE_LXQT= buildtools lxqt |
20 |
|
21 |
.include <bsd.port.mk> |