blob: d9e4d60134c5d8576f911b115dbc9de4d9b4c1d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= compton-conf
PORTVERSION= 0.16.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= LXQT/${PORTNAME}
MAINTAINER= lxqt@FreeBSD.org
COMMENT= Controls compton settings
WWW= https://github.com/lxqt/compton-conf
LICENSE= LGPL21+
LIB_DEPENDS= libconfig.so:devel/libconfig
RUN_DEPENDS= compton:x11-wm/compton
USES= cmake compiler:c++14-lang localbase:ldflags lxqt:1 perl5 qt:5 \
pkgconfig tar:xz
USE_PERL5= build
USE_QT= buildtools:build qmake:build core dbus gui linguisttools \
widgets
USE_LXQT= buildtools
.include <bsd.port.mk>
|