mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
30 lines
901 B
Makefile
30 lines
901 B
Makefile
# New ports collection makefile for: libtelepathy
|
|
# Date created: Apr 16 2007
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/net-im/libtelepathy/Makefile,v 1.3 2008/02/27 14:00:06 ahze Exp $
|
|
|
|
PORTNAME= libtelepathy
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= net-im devel
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Flexible Communications Framework
|
|
|
|
LIB_PC_DEPENDS= dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
|
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
LIB_DEPENDS= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
|
|
|
|
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
|
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.mk>
|