summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:55:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:55:49 +0800
commit09c97babd10dc22afe3b9dc54f0350d6c4356a83 (patch)
treeacbfd97fd254d605b97f16599968e4a01102f0a6 /net-im
parente1c06600ac2cd23ce46aae106316f21046626b35 (diff)
downloadmarcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.tar.gz
marcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.tar.zst
marcuscom-ports-09c97babd10dc22afe3b9dc54f0350d6c4356a83.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8809 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gicq/Makefile44
-rw-r--r--net-im/gicq/distinfo3
-rw-r--r--net-im/gicq/files/patch-ab11
-rw-r--r--net-im/gicq/files/patch-ac13
-rw-r--r--net-im/gicq/pkg-descr17
-rw-r--r--net-im/gicq/pkg-plist6
6 files changed, 94 insertions, 0 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
new file mode 100644
index 000000000..85d1f0298
--- /dev/null
+++ b/net-im/gicq/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: gicq
+# Date Created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
+#
+# $FreeBSD$
+#
+
+PORTNAME= gicq
+PORTVERSION= 0.33
+PORTREVISION= 3
+CATEGORIES= net-im
+MASTER_SITES= http://download.sourceforge.net/gicq/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= flathill
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GTK based ICQ program
+
+LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq
+
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gtk12 gnomehack
+WANT_GNOME= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+= gnomeprefix gnomelibs
+PKGNAMESUFFIX= -gnome
+.else
+CONFIGURE_ARGS+=--without-gnome
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
+ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
diff --git a/net-im/gicq/distinfo b/net-im/gicq/distinfo
new file mode 100644
index 000000000..d53bdb046
--- /dev/null
+++ b/net-im/gicq/distinfo
@@ -0,0 +1,3 @@
+MD5 (gicq-0.33.tar.gz) = 4e9ef1ef01bf1c74cbbd10448c9568e1
+SHA256 (gicq-0.33.tar.gz) = 33742e082231e68e01579051d6d2a069ce414334df1f41c94813de4f6d4579f3
+SIZE (gicq-0.33.tar.gz) = 182625
diff --git a/net-im/gicq/files/patch-ab b/net-im/gicq/files/patch-ab
new file mode 100644
index 000000000..504578e8d
--- /dev/null
+++ b/net-im/gicq/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.orig Sat Mar 27 04:11:51 1999
++++ configure Sat Mar 27 04:12:04 1999
+@@ -3979,7 +3979,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-licq "`glib-config --libs`" $LIBS"
++LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 3985 "configure"
+ #include "confdefs.h"
diff --git a/net-im/gicq/files/patch-ac b/net-im/gicq/files/patch-ac
new file mode 100644
index 000000000..16d7e3b33
--- /dev/null
+++ b/net-im/gicq/files/patch-ac
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Fri Sep 20 17:11:23 2002
++++ Makefile.in Fri Sep 20 17:11:57 2002
+@@ -116,8 +116,10 @@
+
+ SUBDIRS = macros intl po pixmaps src doc
+
++.ifdef HAVE_GNOME
+ sysdir = $(datadir)/gnome/apps/Applications
+ sys_DATA = gicq.desktop
++.endif
+
+ EXTRA_DIST = gicq.desktop
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/net-im/gicq/pkg-descr b/net-im/gicq/pkg-descr
new file mode 100644
index 000000000..cde825816
--- /dev/null
+++ b/net-im/gicq/pkg-descr
@@ -0,0 +1,17 @@
+For lack of a better name, I'm referring to this program as "gicq",
+since it's intended to eventually be a clone of the popular chat client
+"ICQ" by Mirabilis Ltd. (http://www.mirabilis.com) and it utilizes the
+GTK toolkit (http://www.gtk.org).
+
+You must already have an ICQ number to use this. When you launch
+gicq, choose "Online" from the status selector at the bottom of the
+window. The first time, you'll be prompted for your ICQ number and
+password. IMPORTANT: you must enter your ICQ number - NOT your
+nickname.
+
+See also: http://gicq.sourceforge.net/
+
+WWW: http://www.korsoft.com/gicq/
+
+- Seiichirou Hiraoka
+flathill@FreeBSD.ORG
diff --git a/net-im/gicq/pkg-plist b/net-im/gicq/pkg-plist
new file mode 100644
index 000000000..6287609ec
--- /dev/null
+++ b/net-im/gicq/pkg-plist
@@ -0,0 +1,6 @@
+bin/gicq
+%%GNOME:%%share/gnome/apps/Applications/gicq.desktop
+share/gnome/help/gicq/C/index.html
+share/gnome/help/gicq/C/topic.dat
+@dirrm share/gnome/help/gicq/C
+@dirrm share/gnome/help/gicq