mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
f22c88181a
- Add USES=gnome - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
27 lines
679 B
Makefile
27 lines
679 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom$
|
|
|
|
PORTNAME= telepathy-farsight
|
|
PORTVERSION= 0.0.19
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Farsight Connection Manager for Telepathy Framework
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
|
libtelepathy-glib.so:net-im/telepathy-glib \
|
|
libgstfarsight-0.10.so:net-im/farsight2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig python:2.7
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20 libxslt:build
|
|
|
|
.include <bsd.port.mk>
|