summaryrefslogtreecommitdiffstats
path: root/net-im/empathy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r--net-im/empathy/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
deleted file mode 100644
index 7b67b504c..000000000
--- a/net-im/empathy/Makefile
+++ /dev/null
@@ -1,37 +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.4 2008/02/27 14:51:16 ahze Exp $
-
-PORTNAME= empathy
-PORTVERSION= 0.22.0
-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
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack
-USE_AUTOTOOLS= libtool:15
-INSTALLS_ICONS= yes
-USE_PYTHON= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= GNOME_Megaphone_Applet.schemas empathy.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>