aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/qutim/Makefile
blob: 9b7182d46560a728d7e8697c9b2dd1a7d67ee779 (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
36
37
38
39
40
41
42
# New ports collection makefile for:    qutim
# Date created:     Mon Jun 16 20:42:11 MSD 2008
# Whom:         webmaster@kibab.com
#
# $FreeBSD$
#

PORTNAME=   qutim
PORTVERSION=    0.2
PORTREVISION=   5
PORTEPOCH=  1
CATEGORIES= net-im
MASTER_SITES=   http://dl.kibab.com/distfiles/qutim/ \
        ftp://ftp.inferra.ru/pub/qutim/
DISTNAME=   qutim_${PORTVERSION}_svn529

MAINTAINER= webmaster@kibab.com
COMMENT=    A Qt4-based multiprotocol IM client with advanced features

USE_QT_VER= 4
QT_COMPONENTS=  designer_build  \
        gui     \
        imageformats    \
        moc_build   \
        network     \
        qmake_build \
        rcc_build   \
        script_build    \
        uic_build   \
        webkit      \
        xml
USE_XORG=   xscrnsaver

MAKE_JOBS_SAFE= yes

USE_CMAKE=  yes
CMAKE_VERBOSE=  yes
CMAKE_ARGS+=    -DUNIX:BOOL=1 -DBSD:BOOL=1

WRKSRC=     ${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>