aboutsummaryrefslogtreecommitdiffstats
path: root/www/choqok/Makefile
blob: 952c715c997a5b290161136a5f76edddc8ddceca (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
# New ports collection makefile for:    Choqok
# Date created:             15 Sep 2009
# Whom:                 Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   choqok
PORTVERSION=    0.9.90
PORTREVISION=   1
CATEGORIES= www kde
MASTER_SITES=   http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/

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

LICENSE=    GPLv3

LIB_DEPENDS=    qjson.0:${PORTSDIR}/devel/qjson \
        qoauth.1:${PORTSDIR}/net/qoauth

USE_BZIP2=  yes
USE_CMAKE=  yes
USE_GETTEXT=    yes
USE_KDE4=   kdelibs kdeprefix automoc4
USE_QT_VER= 4
QT_COMPONENTS=  gui network imageformats_run moc_build \
        qmake_build rcc_build uic_build
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>