mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
e2be863d04
Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
28 lines
798 B
Makefile
28 lines
798 B
Makefile
# $FreeBSD$
|
|
# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 18610 2013-06-30 16:33:05Z marcus $
|
|
|
|
PORTNAME= telepathy-glib
|
|
PORTVERSION= 0.20.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GLib utility library for the Telepathy framework
|
|
|
|
BUILD_DEPENDS= vala-vapigen>=0.20.0:${PORTSDIR}/lang/vala-vapigen
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool:keepla pathfix pkgconfig
|
|
USE_GNOME= glib20 gnomehier introspection:build libxslt:build
|
|
USE_PYTHON_BUILD= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-vala-bindings
|
|
|
|
.include <bsd.port.mk>
|