aboutsummaryrefslogtreecommitdiff
path: root/irc/kvirc/Makefile
blob: 676a6d4e6e5cfce21172b3bd811d48c95ef3c93e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Michael Ranner
# $FreeBSD$

PORTNAME=	KVIrc
DISTVERSION=	5.0.0
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>