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

PORTNAME=   choqok
DISTVERSION=    1.6.0
PORTREVISION=   2
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-qt@qt5

USES=       cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 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_QT=     core dbus gui network widgets xml \
        buildtools_build qmake_build 

USE_LDCONFIG=   yes

CONFLICTS_INSTALL=  ${PORTNAME}-kde4

.include <bsd.port.mk>