aboutsummaryrefslogtreecommitdiff
path: root/net-im/gnome-jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnome-jabber/Makefile')
-rw-r--r--net-im/gnome-jabber/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-im/gnome-jabber/Makefile b/net-im/gnome-jabber/Makefile
deleted file mode 100644
index c27757f4aec4..000000000000
--- a/net-im/gnome-jabber/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gnome-jabber
-# Date created: 4 July 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-jabber
-PORTVERSION= 0.4
-PORTREVISION= 11
-CATEGORIES= net-im gnome
-MASTER_SITES= SF
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 Jabber Client
-
-LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2
-
-BROKEN= Does not build
-DEPRECATED= No longer maintain by upstream since 2005, use net-im/empathy instead
-EXPIRATION_DATE=2011-07-23
-
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= gnome-jabber.schemas
-
-.include <bsd.port.mk>