summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-mission-control/Makefile
blob: f8053b46cc73577bd1d95bdb7fa79317a0b2aec5 (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
# New ports collection makefile for:    telepathy-mission-control
# Date created:     2007-10-29
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.21 2011/11/22 11:32:37 kwm Exp $

PORTNAME=   telepathy-mission-control
PORTVERSION=    5.12.0
CATEGORIES= net-im devel
MASTER_SITES=   http://telepathy.freedesktop.org/releases/telepathy-mission-control/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Telepathy component to apps to abstract details of connection managers

LIB_DEPENDS=    telepathy.2:${PORTSDIR}/net-im/libtelepathy \
        dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib

USE_GNOME=  gnomeprefix pkgconfig gconf2 libxslt gnomehack ltverhack
USE_AUTOTOOLS=  libtool
CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib
USE_GMAKE=  yes
USE_LDCONFIG=   yes
GLIB_SCHEMAS=   im.telepathy.MissionControl.FromEmpathy.gschema.xml

MAN1=       mc-tool.1 mc-wait-for-name.1
MAN8=       mission-control-5.8

PLIST_SUB=  VERSION=${PORTVERSION}

post-patch:
    @${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \
        ${WRKSRC}/configure

.include <bsd.port.mk>