1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-im/telepathy-farsight/Makefile
Koop Mast e2be863d04 Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
2014-06-01 12:23:08 +00:00

27 lines
734 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= telepathy-farsight
PORTVERSION= 0.0.19
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Farsight Connection Manager for Telepathy Framework
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2
GNU_CONFIGURE= yes
USES= gmake libtool:keepla pkgconfig
USE_LDCONFIG= yes
USE_PYTHON= yes
USE_GNOME= gnomehack glib20 libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>