mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Gerald Pfeifer](/assets/img/avatar_default.png)
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
36 lines
886 B
Makefile
36 lines
886 B
Makefile
# Created by: Michael Ranner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= KVIrc
|
|
DISTVERSION= 5.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= irc kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= IRC client for KDE
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE
|
|
|
|
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|
libenchant.so:textproc/enchant
|
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
|
|
kde:5 perl5 pkgconfig python:2.7 qt:5 ssl tar:bzip2
|
|
USE_GNOME= glib20
|
|
USE_PERL5= build
|
|
USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \
|
|
service widgetsaddons windowsystem xmlgui
|
|
USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \
|
|
webkit widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xext xrender xscrnsaver
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
|
|
CMAKE_ARGS= -DMANDIR:STRING=man
|
|
|
|
PLIST_SUB= VER=5.0
|
|
|
|
.include <bsd.port.mk>
|