summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-mission-control/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-22 03:41:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-22 03:41:56 +0800
commit8b49ac89f15d8e842b2476f410b0d81cdd4815e5 (patch)
treeefef29ad93337bf77f5092694592105847e0c78f /net-im/telepathy-mission-control/Makefile
parente4ac5640fad0b998459d296580d4c39212b1a83e (diff)
downloadmarcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar.gz
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar.bz2
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar.lz
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar.xz
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.tar.zst
marcuscom-ports-8b49ac89f15d8e842b2476f410b0d81cdd4815e5.zip
Update to 5.6.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14637 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-mission-control/Makefile')
-rw-r--r--net-im/telepathy-mission-control/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile
new file mode 100644
index 000000000..1ade4256d
--- /dev/null
+++ b/net-im/telepathy-mission-control/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: telepathy-mission-control
+# Date created: 2007-10-29
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.11 2010/04/23 17:01:23 marcus Exp $
+
+PORTNAME= telepathy-mission-control
+PORTVERSION= 5.6.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= telepathy.2:${PORTSDIR}/net-im/libtelepathy \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+USE_GNOME= gnomeprefix pkgconfig gconf2 libxslt gnomehack ltverhack
+USE_AUTOTOOLS= libtool:22
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE=yes
+
+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>