diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-27 08:15:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-27 08:15:15 +0000 |
commit | a2b7520ea7b9107df5e7b8d328ced927d815756a (patch) | |
tree | 6b59485aa53caa9adaa216dd7b88790719d9a89d /net-im | |
parent | a98d110c262ae5a8e9d454e5d99aa829a56aed47 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-facebookchat/Makefile | 45 | ||||
-rw-r--r-- | net-im/pidgin-facebookchat/distinfo | 2 | ||||
-rw-r--r-- | net-im/pidgin-facebookchat/pkg-descr | 13 |
4 files changed, 0 insertions, 61 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 90721d6cad82..3b6fcf4d6538 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -102,7 +102,6 @@ SUBDIR += pidgin-audacious-remote SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs - SUBDIR += pidgin-facebookchat SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile deleted file mode 100644 index e1899b06033c..000000000000 --- a/net-im/pidgin-facebookchat/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: ports@c0decafe.net <ports@c0decafe.net> -# $FreeBSD$ - -PORTNAME= pidgin-facebookchat -PORTVERSION= 1.69 -PORTREVISION= 3 -CATEGORIES= net-im -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Facebook Chat for Pidgin - -LICENSE= GPLv3 - -LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin - -DEPRECATED= obsolete, development has ceased, not staged -EXPIRATION_DATE= 2014-07-27 - -PROJECTHOST= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_BZIP2= yes -USE_LDCONFIG= yes - -PLIST_FILES= lib/purple-2/libfacebook.so - -NO_STAGE= yes -do-patch: - ${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; \ - s#/usr/local/#${LOCALBASE}/#g; \ - s#/usr/include/json-glib-1.0#${LOCALBASE}/include/json-glib-1.0 \ - -L${LOCALBASE}/lib/#g" \ - ${WRKSRC}/Makefile - -do-build: - ${MAKE} -C ${WRKSRC} libfacebookbsd60.so - -do-install: - ${MKDIR} ${PREFIX}/lib/purple-2/ - ${INSTALL_DATA} ${WRKSRC}/libfacebook.so ${PREFIX}/lib/purple-2/ - -.include <bsd.port.mk> diff --git a/net-im/pidgin-facebookchat/distinfo b/net-im/pidgin-facebookchat/distinfo deleted file mode 100644 index d93528d8e49e..000000000000 --- a/net-im/pidgin-facebookchat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pidgin-facebookchat-source-1.69.tar.bz2) = 9fdc2af9bc3cb93c9cd92e3f8176a7d309f9c4c0856a8dbed82151f238329fdb -SIZE (pidgin-facebookchat-source-1.69.tar.bz2) = 50532 diff --git a/net-im/pidgin-facebookchat/pkg-descr b/net-im/pidgin-facebookchat/pkg-descr deleted file mode 100644 index 806e3b84d34a..000000000000 --- a/net-im/pidgin-facebookchat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a Facebook chat plugin for Pidgin and libpurple messengers. -It connects to the new Facebook Chat IM service without the need for an API key. - -Currently the plugin can: -Log into the Facebook servers. -Grab the buddy list. -Send/receive messages. -Add/remove friends. -Rreceive notifications. -Search for Facebook friends. -Set your Facebook status. - -WWW: http://code.google.com/p/pidgin-facebookchat/ |