ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
32 lines
719 B
Makefile
32 lines
719 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qlipper
|
|
PORTVERSION= 5.1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Lightweight clipboard history applet
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake compiler:c++11-lang gettext qt:5
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= pvanek
|
|
|
|
OPTIONS_DEFINE= LXQTAUTOSTART
|
|
OPTIONS_DEFAULT=LXQTAUTOSTART
|
|
OPTIONS_SUB= yes
|
|
|
|
LXQTAUTOSTART_DESC= Create autostart entry for LXQt
|
|
LXQTAUTOSTART_BUILD_DEPENDS= ${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
|
|
LXQTAUTOSTART_CMAKE_BOOL= ENABLE_LXQT_AUTOSTART
|
|
|
|
USE_QT= buildtools_build qmake_build core gui linguisttools \
|
|
network widgets
|
|
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|