2013-05-12 13:48:49 +02:00
|
|
|
# Created by: Michael Ranner
|
2004-01-14 00:27:16 +01:00
|
|
|
|
2018-12-22 22:48:45 +01:00
|
|
|
PORTNAME= KVIrc
|
2020-02-23 19:07:59 +01:00
|
|
|
DISTVERSION= 5.0.0-73
|
|
|
|
DISTVERSIONSUFFIX= -gbdeac0429
|
2004-01-14 00:27:16 +01:00
|
|
|
CATEGORIES= irc kde
|
|
|
|
|
2018-12-22 22:48:45 +01:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= IRC client for KDE
|
2004-01-14 00:27:16 +01:00
|
|
|
|
2019-01-03 12:37:38 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE
|
|
|
|
|
2018-12-22 22:48:45 +01:00
|
|
|
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|
|
|
libenchant.so:textproc/enchant
|
2018-12-02 16:41:47 +01:00
|
|
|
|
2018-12-30 18:15:06 +01:00
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
|
2020-02-23 19:07:59 +01:00
|
|
|
kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg
|
2018-12-22 22:48:45 +01:00
|
|
|
USE_GNOME= glib20
|
2013-09-17 08:12:35 +02:00
|
|
|
USE_PERL5= build
|
2018-12-22 22:48:45 +01:00
|
|
|
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
|
2010-07-17 21:16:14 +02:00
|
|
|
USE_LDCONFIG= yes
|
2018-12-22 22:48:45 +01:00
|
|
|
USE_GITHUB= yes
|
2004-01-14 00:27:16 +01:00
|
|
|
|
2018-12-22 22:48:45 +01:00
|
|
|
CMAKE_ARGS= -DMANDIR:STRING=man
|
2012-07-27 13:03:38 +02:00
|
|
|
|
2019-01-03 12:37:38 +01:00
|
|
|
PLIST_SUB= VER=5.0
|
2016-09-12 22:10:40 +02:00
|
|
|
|
2011-04-17 12:58:05 +02:00
|
|
|
.include <bsd.port.mk>
|