aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-qt/Makefile
blob: b923ac3a0b96cb2da49fdad8ee2d16705cc8d673 (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
# New ports collection Makefile for:    telepathy-qt
# Date created:             2008-02-10
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   telepathy-qt
PORTVERSION=    0.14.1
PORTREVISION=   3
CATEGORIES= net-im
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tapioca-voip

MAINTAINER= arved@FreeBSD.org
COMMENT=    Framework for VoIP and IP applications

USE_CMAKE=  yes
CMAKE_USE_PTHREAD=  yes
CMAKE_SOURCE_PATH=  ..
USE_QT_VER= 4
QT_COMPONENTS=  corelib qmake_build uic_build moc_build rcc_build xml dbus
USE_LDCONFIG=   yes

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build

post-extract:
    ${MKDIR} ${WRKSRC}

post-patch:
    ${REINPLACE_CMD} -e \
        "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
        ${WRKSRC}/../CMakeLists.txt

.include <bsd.port.mk>