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
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-about
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
DIST_SUBDIR= lxqt
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= About dialog of LXQt
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake kde:5 lxqt pkgconfig tar:xz qt:5
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
|
|
x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
PLIST_FILES= bin/lxqt-about \
|
|
share/applications/lxqt-about.desktop
|
|
|
|
.include <bsd.port.mk>
|