freebsd-ports/x11/compton-conf/Makefile
Jesper Schmitz Mouridsen e50dc014f4 Upgrade to 0.15.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D24702
2020-06-20 08:09:27 +00:00

22 lines
466 B
Makefile

# $FreeBSD$
PORTNAME= compton-conf
PORTVERSION= 0.15.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>