summaryrefslogtreecommitdiff
path: root/x11/compton-conf/Makefile
blob: 14b187f9058cf3ee01171d7e3bc7afb1500d1fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

PORTNAME=	compton-conf
PORTVERSION=	0.4.0
PORTREVISION=	1
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++11-lib localbase:ldflags lxqt qt:5 \
	pkgconfig tar:xz
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
	widgets
USE_LXQT=	buildtools

PLIST_FILES=	bin/compton-conf \
		share/applications/compton-conf.desktop \
 		etc/xdg/autostart/lxqt-compton.desktop \
		${DATADIR}/compton.conf.example

.include <bsd.port.mk>