1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/compton-conf/Makefile
2020-11-21 11:39:45 +00:00

23 lines
466 B
Makefile

# $FreeBSD$
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>