diff options
author | jim <jim@FreeBSD.org> | 2000-03-02 09:28:24 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-02 09:28:24 +0000 |
commit | 042464038e60ac1330935e5653ee312f785cccbf (patch) | |
tree | 9faf2bb98bd26b5297f4b5d8acd5bd68a9758230 /net-im | |
parent | 711ab9fe77dc016245f12226bbcfb2b8678757a4 (diff) | |
download | FreeBSD-ports-042464038e60ac1330935e5653ee312f785cccbf.zip FreeBSD-ports-042464038e60ac1330935e5653ee312f785cccbf.tar.gz |
Import of everybuddy.
Everybuddy is a chat application that "combines" several different ones
including AIM, ICQ, and Yahoo! Chat.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 29 | ||||
-rw-r--r-- | net-im/ayttm/distinfo | 1 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-aa | 11 | ||||
-rw-r--r-- | net-im/ayttm/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/ayttm/pkg-descr | 8 | ||||
-rw-r--r-- | net-im/ayttm/pkg-plist | 6 |
6 files changed, 56 insertions, 0 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile new file mode 100644 index 0000000..077b8ce --- /dev/null +++ b/net-im/ayttm/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: everybuddy +# Version required: 0.1.1 +# Date created: 1 Mar 2000 +# Whom: Jim Mock <jim@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= everybuddy-0.1.1 +CATEGORIES= net +MASTER_SITES= http://www.everybuddy.com/files/ + +MAINTAINER= jim@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + esd.2:${PORTSDIR}/audio/esound + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" + +MAN1= everybuddy.1 + +.include <bsd.port.mk> diff --git a/net-im/ayttm/distinfo b/net-im/ayttm/distinfo new file mode 100644 index 0000000..c165bec --- /dev/null +++ b/net-im/ayttm/distinfo @@ -0,0 +1 @@ +MD5 (everybuddy-0.1.1.tar.gz) = 6dba81f6bb8a1d5a52b932ef0eca319d diff --git a/net-im/ayttm/files/patch-aa b/net-im/ayttm/files/patch-aa new file mode 100644 index 0000000..22a0c44 --- /dev/null +++ b/net-im/ayttm/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Wed Mar 1 23:41:56 2000 ++++ configure Wed Mar 1 23:42:08 2000 +@@ -2348,7 +2348,7 @@ + CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" + + EB_CFLAGS="$CFLAGS -I../" +-EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread" ++EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread" + EB_LDADD="$LDADD" + + EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g " diff --git a/net-im/ayttm/pkg-comment b/net-im/ayttm/pkg-comment new file mode 100644 index 0000000..008ed14 --- /dev/null +++ b/net-im/ayttm/pkg-comment @@ -0,0 +1 @@ +A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one diff --git a/net-im/ayttm/pkg-descr b/net-im/ayttm/pkg-descr new file mode 100644 index 0000000..0451ea2 --- /dev/null +++ b/net-im/ayttm/pkg-descr @@ -0,0 +1,8 @@ +Everybuddy is a chat application that "combines" several different ones +including AIM, ICQ, and Yahoo! Chat. It also has file transfers between +other Everybuddy users, and planned support for file transfers to other +users. + +WWW: http://www.everybuddy.com/ + +- jim <jim@FreeBSD.org> diff --git a/net-im/ayttm/pkg-plist b/net-im/ayttm/pkg-plist new file mode 100644 index 0000000..6646ca5 --- /dev/null +++ b/net-im/ayttm/pkg-plist @@ -0,0 +1,6 @@ +bin/au2h +bin/everybuddy +bin/update.pl +bin/contact-update.pl +share/applnk/Internet/Everybuddy.kdelnk +share/gnome/apps/Networking/Everybuddy.desktop |