diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 16:35:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 16:35:32 +0000 |
commit | e2a11ec1fa2d28ded8307c702016c5a8d6a4281f (patch) | |
tree | 42da5a0f11621587014120c8371ed8047a6173fb /net-im/pidgin-fetion | |
parent | e85738e872734cf543dae7664abed81318a8b6ca (diff) | |
download | ports-e2a11ec1fa2d28ded8307c702016c5a8d6a4281f.tar.gz ports-e2a11ec1fa2d28ded8307c702016c5a8d6a4281f.zip |
Notes
Diffstat (limited to 'net-im/pidgin-fetion')
-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 |
4 files changed, 37 insertions, 0 deletions
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 |