mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
36 lines
770 B
Makefile
36 lines
770 B
Makefile
# Created by: Jason Bacon <bacon4000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qterminal
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
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:outsource compiler:c++11-lang localbase:ldflags \
|
|
lxqt pkgconfig tar:xz
|
|
USE_QT5= buildtools_build core gui qmake_build widgets x11extras
|
|
USE_XORG= x11
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lxde
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD
|
|
LDFLAGS+= -lulog
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|