aboutsummaryrefslogtreecommitdiff
path: root/www/choqok/Makefile
blob: 35f2c4062b05925522280bcd57f188438ed0b708 (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
# $FreeBSD$

PORTNAME=	choqok
DISTVERSION=	1.6.0
CATEGORIES=	www kde
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
DIST_SUBDIR=	KDE/${PORTNAME}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE micro-blogging client

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libqjson-qt5.so:devel/qjson@qt5 \
		libqca-qt5.so:devel/qca@qt5 \
		libqoauth-qt5.so:net/qoauth-qt5 \
		libtelepathy-qt5.so:net-im/telepathy-qt5

USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
		coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
		itemviews jobwidgets kcmutils kdewebkit kio notifications \
		notifyconfig parts service solid sonnet textwidgets wallet \
		widgetsaddons xmlgui \
		kded_run
USE_QT5=	core dbus gui network widgets xml \
		buildtools_build qmake_build 

USE_LDCONFIG=	yes

CONFLICTS_INSTALL=	${PORTNAME}-kde4

.include <bsd.port.mk>