2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2010-11-20 16:37:08 +01:00
|
|
|
# $FreeBSD$
|
2014-11-19 12:49:04 +01:00
|
|
|
# $MCom: ports/trunk/net-im/telepathy-logger/Makefile 19955 2014-10-15 10:15:00Z gusi $
|
2010-11-20 16:37:08 +01:00
|
|
|
|
|
|
|
PORTNAME= telepathy-logger
|
2014-11-19 12:49:04 +01:00
|
|
|
PORTVERSION= 0.8.1
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 1
|
2010-11-20 16:37:08 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Logger utility library for the Telepathy framework
|
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
|
|
|
libtelepathy-glib.so:net-im/telepathy-glib
|
2013-03-08 11:51:34 +01:00
|
|
|
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= gettext-tools gmake libtool pathfix pkgconfig python:2.7,build \
|
2016-01-10 17:31:33 +01:00
|
|
|
sqlite tar:bzip2
|
2014-08-18 21:38:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= glib20 gnomedocutils intltool libxml2 \
|
2014-05-12 03:48:08 +02:00
|
|
|
libxslt:build introspection:build
|
2010-11-20 16:37:08 +01:00
|
|
|
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2010-11-20 16:37:08 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
|
|
|
|
${WRKSRC}/tools/*.py
|
2010-11-20 16:37:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|