Microsoft ended the primary MSN service for all countries by 30 APR 2013. Third party clients still work although they can only communicate with other such clients. The XMPP protocol service is expected to be shut down by October 2013 [1] although MSP service may continue into early 2014. [1] Deprecate all ports that exclusively use MSN protocols and mark the expiration by the end of October. [1] http://tinyurl.com/ac9vbqo Approved by: bapt (portmgr, mentor)
33 lines
714 B
Makefile
33 lines
714 B
Makefile
# New ports collection makefile for: pidgin-msn-pecan
|
|
# Date created: 30 July 2008
|
|
# Whom: hrkfrd@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msn-pecan
|
|
PORTVERSION= 0.1.0.r1
|
|
PORTREVISION= 8
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= pidgin-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
|
|
|
|
MAINTAINER= hrkfdn@gmail.com
|
|
COMMENT= Alternative MSN protocol plugin for libpurple
|
|
|
|
DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013
|
|
EXPIRATION_DATE=2013-10-31
|
|
|
|
LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
|
|
|
|
PROJECTHOST= msn-pecan
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gettext
|
|
|
|
post-install:
|
|
${GMAKE} -C ${WRKSRC} install_locales
|
|
|
|
.include <bsd.port.mk>
|