mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
715cbf2144
- Add USES=gnome - Update WWW Approved by: portmgr blanket
31 lines
803 B
Makefile
31 lines
803 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
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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 gnome libtool pathfix pkgconfig python:2.7,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>
|