diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-21 07:27:25 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-21 07:27:25 +0000 |
commit | 2a5cd454b4ce2b15f3530ec5bc2866f6d8b19775 (patch) | |
tree | d373205d4cb914133e40d73d302b2bc5722e9952 /net/ickle | |
parent | 99105ecfa9f97318a4f75f384c654079c0cc22c0 (diff) | |
download | FreeBSD-ports-2a5cd454b4ce2b15f3530ec5bc2866f6d8b19775.zip FreeBSD-ports-2a5cd454b4ce2b15f3530ec5bc2866f6d8b19775.tar.gz |
add ickle
ICQ2000 protocol implementation
Diffstat (limited to 'net/ickle')
-rw-r--r-- | net/ickle/Makefile | 25 | ||||
-rw-r--r-- | net/ickle/distinfo | 1 | ||||
-rw-r--r-- | net/ickle/pkg-comment | 1 | ||||
-rw-r--r-- | net/ickle/pkg-descr | 4 | ||||
-rw-r--r-- | net/ickle/pkg-plist | 18 |
5 files changed, 49 insertions, 0 deletions
diff --git a/net/ickle/Makefile b/net/ickle/Makefile new file mode 100644 index 0000000..419a5c5 --- /dev/null +++ b/net/ickle/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: ickle +# Date created: Nov 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ickle +PORTVERSION= 0.1.2 +CATEGORIES= net devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ + --with-gtkmm-prefix=${X11BASE} +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/net/ickle/distinfo b/net/ickle/distinfo new file mode 100644 index 0000000..e2058ae --- /dev/null +++ b/net/ickle/distinfo @@ -0,0 +1 @@ +MD5 (ickle-0.1.2.tar.gz) = 47d11c90e4b7ba9fbae3e5fe954932ba diff --git a/net/ickle/pkg-comment b/net/ickle/pkg-comment new file mode 100644 index 0000000..6e5a954 --- /dev/null +++ b/net/ickle/pkg-comment @@ -0,0 +1 @@ +ICQ2000 protocol implementation diff --git a/net/ickle/pkg-descr b/net/ickle/pkg-descr new file mode 100644 index 0000000..96484c5 --- /dev/null +++ b/net/ickle/pkg-descr @@ -0,0 +1,4 @@ +ickle is an open-source project implementing the ICQ2000 protocol. The aim +is to bring the most useful features of ICQ2000 to non-windows platforms. + +WWW: http://ickle.sourceforge.net/ diff --git a/net/ickle/pkg-plist b/net/ickle/pkg-plist new file mode 100644 index 0000000..851b684 --- /dev/null +++ b/net/ickle/pkg-plist @@ -0,0 +1,18 @@ +bin/ickle +include/ickle/Client.h +include/ickle/Contact.h +include/ickle/ContactList.h +include/ickle/SNAC.h +include/ickle/TLV.h +include/ickle/Xml.h +include/ickle/buffer.h +include/ickle/constants.h +include/ickle/custom_marshal.h +include/ickle/events.h +include/ickle/exceptions.h +include/ickle/socket.h +lib/libicq2000.a +lib/libicq2000.la +lib/libicq2000.so +lib/libicq2000.so.1 +@dirrm include/ickle |