1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-im/telepathy-glib/Makefile
Dima Panov e5059562fb Limit net-im/*telepathy* components to use python2 only as it hardcoded in src
PR:		215672
Submitted by:	myself
Approved by:	gnome (kwm via irc)
2017-02-09 05:25:59 +00:00

28 lines
745 B
Makefile

# Created by: gnome@freebsd.org
# $FreeBSD$
# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 20031 2014-11-02 21:47:55Z kwm $
PORTNAME= telepathy-glib
PORTVERSION= 0.24.1
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= vapigen:lang/vala
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= vapigen:lang/vala
PORTSCOUT= limitw:1,even
USES= gmake libtool pathfix pkgconfig python:2,build
USE_GNOME= glib20 introspection:build libxslt:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-vala-bindings
INSTALL_TARGET= install-strip
.include <bsd.port.mk>