freebsd-ports/x11/qterminal/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

25 lines
607 B
Makefile

# $FreeBSD$
PORTNAME= qterminal
PORTVERSION= 0.9.0
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Lightweight Qt-based terminal emulator
LICENSE= GPLv2
LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
qterminal-l10n>0:x11/qterminal-l10n
USES= cmake compiler:c++11-lang gettext-runtime \
localbase:ldflags lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build core gui qmake_build dbus linguisttools \
widgets x11extras
USE_XORG= x11
USE_LXQT= buildtools
.include <bsd.port.mk>