# Created by: Koop Mast # $FreeBSD$ # $MCom$ PORTNAME= telepathy-logger PORTVERSION= 0.8.0 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:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= glib20 gnomedocutils intltool libxml2 \ libxslt:build USE_SQLITE= yes USE_PYTHON_BUILD= yes GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ ${WRKSRC}/tools/*.py post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtelepathy-logger.so.3.3.0 .include