diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-20 00:35:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-20 00:35:32 +0800 |
commit | 7d6680309f29668616265e3d0e4f7642cda5f531 (patch) | |
tree | 300e8eaa83e5087322741cd823bdeb4eaa1c993e /net-im | |
parent | 19bee16186da4321f693a6efab36b51d743bd2cc (diff) | |
download | freebsd-ports-gnome-7d6680309f29668616265e3d0e4f7642cda5f531.tar.gz freebsd-ports-gnome-7d6680309f29668616265e3d0e4f7642cda5f531.tar.zst freebsd-ports-gnome-7d6680309f29668616265e3d0e4f7642cda5f531.zip |
Fetion protocol plugin for libpurple.
Fetion is an instant messaging & messengers client developed by China Mobile,
now ranking third in Chinese IM market. It features free SMS send and receive
between PC and mobile phone.
WWW: http://sourceforge.net/projects/fetion/
PR: ports/128218
Submitted by: Alexander Logvinov <ports at logvinov.com>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-fetion/Makefile | 24 | ||||
-rw-r--r-- | net-im/pidgin-fetion/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-fetion/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/pidgin-fetion/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 5cb8215b5822..0498c073a29d 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -105,6 +105,7 @@ SUBDIR += pebrot SUBDIR += pidgin SUBDIR += pidgin-facebookchat + SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile new file mode 100644 index 000000000000..ecce04782e06 --- /dev/null +++ b/net-im/pidgin-fetion/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pidgin-fetion +# Date created: 17 October 2008 +# Whom: Alexander Logvinov <ports@logvinov.com> +# +# $FreeBSD$ +# + +PORTNAME= fetion +PORTVERSION= 0.98.2 +CATEGORIES= net-im +MASTER_SITES= http://www.logvinov.ru/files/dist/fetion/ +PKGNAMEPREFIX= pidgin- + +MAINTAINER= ports@logvinov.com +COMMENT= Fetion protocol plugin for libpurple + +LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple + +USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/net-im/pidgin-fetion/distinfo b/net-im/pidgin-fetion/distinfo new file mode 100644 index 000000000000..a8019b278fc7 --- /dev/null +++ b/net-im/pidgin-fetion/distinfo @@ -0,0 +1,3 @@ +MD5 (fetion-0.98.2.tar.bz2) = b0b2a32035b38300767457e07ca88202 +SHA256 (fetion-0.98.2.tar.bz2) = 58fab0dea9c39e5acde2cc2acf64092b7a5d2679a1bf2959cff60ae974094008 +SIZE (fetion-0.98.2.tar.bz2) = 249640 diff --git a/net-im/pidgin-fetion/pkg-descr b/net-im/pidgin-fetion/pkg-descr new file mode 100644 index 000000000000..cbca0b91cd5c --- /dev/null +++ b/net-im/pidgin-fetion/pkg-descr @@ -0,0 +1,7 @@ +Fetion protocol plugin for libpurple. + +Fetion is an instant messaging & messengers client developed by China Mobile, +now ranking third in Chinese IM market. It features free SMS send and receive +between PC and mobile phone. + +WWW: http://sourceforge.net/projects/fetion/ diff --git a/net-im/pidgin-fetion/pkg-plist b/net-im/pidgin-fetion/pkg-plist new file mode 100644 index 000000000000..87e0e6095806 --- /dev/null +++ b/net-im/pidgin-fetion/pkg-plist @@ -0,0 +1,3 @@ +lib/purple-2/libfetion.la +lib/purple-2/libfetion.so +@dirrmtry lib/purple-2 |