summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-22 03:22:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-22 03:22:33 +0800
commita749a19d03abcf4d89a50c468f4c341426dcbf40 (patch)
tree5f46afdcd4dd3b2e5440d50d6c21e886c1c8abd8 /net-im/telepathy-glib/Makefile
parentbfd19869abf312a498b23127362faa0547e81884 (diff)
downloadmarcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar.gz
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar.bz2
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar.lz
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar.xz
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.tar.zst
marcuscom-ports-a749a19d03abcf4d89a50c468f4c341426dcbf40.zip
Remove this port as it has been updated in FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13660 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
deleted file mode 100644
index fff2ee037..000000000
--- a/net-im/telepathy-glib/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: telepathy-glib
-# Date created: Apr 19 2007
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= telepathy-glib
-PORTVERSION= 0.9.2
-CATEGORIES= net-im
-MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GLib utility library for the Telepathy framework
-
-LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
- dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
-
-BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
-
-BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-
-USE_AUTOTOOLS= libtool:22
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_GNOME= gnomehack pkgconfig glib20 ltverhack
-USE_PYTHON_BUILD= yes
-MAKE_JOBS_UNSAFE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/telepathy-glib/Makefile.in
-
-.include <bsd.port.mk>