diff options
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r-- | net-im/telepathy-glib/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 4365274..0d8b879 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -1,32 +1,27 @@ # $FreeBSD$ -# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.38 2012/08/07 20:30:33 kwm Exp $ +# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= telepathy-glib -PORTVERSION= 0.18.2 +PORTVERSION= 0.20.2 CATEGORIES= net-im -MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ \ - http://miwibox.org/distfiles/ +MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib utility library for the Telepathy framework -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - vala-vapigen>=0.14.0:${PORTSDIR}/lang/vala-vapigen \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= vala-vapigen>=0.20.0:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +PORTSCOUT= limitw:1,even + USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack gnomehier +USES= gmake pathfix pkgconfig +USE_GNOME= glib20 gnomehier introspection:build libxslt:build ltverhack USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vala-bindings -post-patch: - @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/telepathy-glib/Makefile.in - .include <bsd.port.mk> |