summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-logger/Makefile
blob: 2492772400b497b74558c0c61a11d92ff1224dad (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#    $MCom$

PORTNAME=   telepathy-logger
PORTVERSION=    0.8.0
PORTREVISION=   1
CATEGORIES= net-im
MASTER_SITES=   http://telepathy.freedesktop.org/releases/${PORTNAME}/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Logger utility library for the Telepathy framework

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
        telepathy-glib:${PORTSDIR}/net-im/telepathy-glib

LICENSE=    LGPL21

USES=       gmake libtool pathfix pkgconfig python:build tar:bzip2
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  glib20 gnomedocutils intltool libxml2 \
        libxslt:build
USE_SQLITE= yes
GLIB_SCHEMAS=   org.freedesktop.Telepathy.Logger.gschema.xml
INSTALL_TARGET= install-strip

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
        ${WRKSRC}/tools/*.py
.include <bsd.port.mk>