mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ddb51d1c1f
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) PR: 266007 Reported by: antoine (via exp-run)
24 lines
535 B
Makefile
24 lines
535 B
Makefile
PORTNAME= compton-conf
|
|
PORTVERSION= 0.16.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= jsm@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 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>
|