35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# New ports collection makefile for: telepathy-logger
|
|
# Date created: 23 July 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/net-im/telepathy-logger/Makefile,v 1.3 2010/09/01 23:50:23 avl Exp $
|
|
|
|
PORTNAME= telepathy-logger
|
|
PORTVERSION= 0.1.7
|
|
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= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
|
|
sqlite3.8:${PORTSDIR}/databases/sqlite3
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack pkgconfig glib20 intltool gnomedocutils ltverhack
|
|
USE_PYTHON_BUILD= yes
|
|
#MAKE_JOBS_UNSAFE= yes
|
|
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml
|
|
|
|
#post-patch:
|
|
# @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
|
|
# ${WRKSRC}/telepathy-glib/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|