summaryrefslogtreecommitdiffstats
path: root/net-im/empathy/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /net-im/empathy/Makefile
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r--net-im/empathy/Makefile71
1 files changed, 0 insertions, 71 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
deleted file mode 100644
index 737a216bc..000000000
--- a/net-im/empathy/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# New ports collection makefile for: empathy
-# Date created: 2007-10-29
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.15 2008/09/22 22:30:21 marcus Exp $
-
-PORTNAME= empathy
-PORTVERSION= 2.24.1
-CATEGORIES= net-im gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME IM client based around telepathy
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= missioncontrol-server.1:${PORTSDIR}/net-im/telepathy-mission-control \
- aspell.16:${PORTSDIR}/textproc/aspell \
- telepathy.2:${PORTSDIR}/net-im/libtelepathy
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \
- gnomepanel
-USE_AUTOTOOLS= libtool:15
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_PYTHON= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= GNOME_Megaphone_Applet.schemas empathy.schemas
-
-MAN1= empathy.1
-
-OPTIONS= JABBER "Enable jabber (XMPP) client support" on \
- MSN "Enable MSN client support" on \
- IRC "Enable IRC client support" on \
- SALUT "Enable link-local (serverless) XMPP support" off \
- HAZE "Enable libpurple protocol integration" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_JABBER)
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble
-.endif
-
-.if defined(WITH_MSN)
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly
-.endif
-
-.if defined(WITH_IRC)
-RUN_DEPENDS+= telepathy-idle:${PORTSDIR}/net-im/telepathy-idle
-.endif
-
-.if !defined(WITHOUT_SALUT)
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
-.endif
-
-.if !defined(WITHOUT_HAZE)
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>