blob: 0031ec0f927cc94f22c343a5df1c40c7537aad80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/net-im/telepathy-mission-control/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= telepathy-mission-control
PORTVERSION= 5.12.0
CATEGORIES= net-im devel
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Telepathy component to apps to abstract details of connection managers
LIB_DEPENDS= libtelepathy.so:${PORTSDIR}/net-im/libtelepathy \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
NO_STAGE= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gnomeprefix gconf2 libxslt ltverhack
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml
MAN1= mc-tool.1 mc-wait-for-name.1
MAN8= mission-control-5.8
PLIST_SUB= VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|