707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
30 lines
684 B
Makefile
30 lines
684 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-runner
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= LXQt tool used to launch programs quickly
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libmuparser.so:math/muparser
|
|
|
|
USES= cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
|
|
localbase lxqt pkgconfig tar:xz
|
|
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
|
|
script svg widgets x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_GNOME= glib20
|
|
USE_LXQT= buildtools globalkeys qtxdg
|
|
|
|
CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF
|
|
|
|
PLIST_FILES= bin/lxqt-runner \
|
|
etc/xdg/autostart/lxqt-runner.desktop
|
|
|
|
.include <bsd.port.mk>
|