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