diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 02:58:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 02:58:04 +0000 |
commit | 1c02f45ba64675cb2fb1b79bb22f9fba84b0546d (patch) | |
tree | 8fc0977de3b9adc784e9507d5e281539d052f1b9 /net/gtk+licq | |
parent | Add ksetiwatch 2.2.0, a monitoring tool for the seti@home client. (diff) |
Add gtk+licq 0.50.1, a gtk+ plugin for licq.
PR: 22109
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=40987
Diffstat (limited to 'net/gtk+licq')
-rw-r--r-- | net/gtk+licq/Makefile | 39 | ||||
-rw-r--r-- | net/gtk+licq/distinfo | 1 | ||||
-rw-r--r-- | net/gtk+licq/files/patch-po::Makefile.in | 11 | ||||
-rw-r--r-- | net/gtk+licq/files/patch-src::options_dialog.cpp | 9 | ||||
-rw-r--r-- | net/gtk+licq/files/patch-src::plugin_dialog.cpp | 9 | ||||
-rw-r--r-- | net/gtk+licq/pkg-comment | 1 | ||||
-rw-r--r-- | net/gtk+licq/pkg-descr | 3 | ||||
-rw-r--r-- | net/gtk+licq/pkg-plist | 26 |
8 files changed, 99 insertions, 0 deletions
diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile new file mode 100644 index 000000000000..071564c2dcfe --- /dev/null +++ b/net/gtk+licq/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gtk+licq +# Date created: 17 Oct 2000 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= gtk+licq +PORTVERSION= 0.50.1 +CATEGORIES= net +MASTER_SITES= http://gtk.licq.org/download/ + +MAINTAINER= ishmael27@home.com + +BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq +RUN_DEPENDS= licq:${PORTSDIR}/net/licq + +USE_GMAKE= yes +USE_GTK= yes +WANT_GNOME= yes +USE_LIBTOOL= yes +USE_AUTOMAKE= yes + +.if defined(WITHOUT_GNOME) +CONFIGURE_ARGS= --disable-gnome +GUITYPE= gtk +.else +GUITYPE= gnome +.endif + +PLIST_SUB= GUITYPE=${GUITYPE} + +CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-install: + strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.a + +.include <bsd.port.mk> diff --git a/net/gtk+licq/distinfo b/net/gtk+licq/distinfo new file mode 100644 index 000000000000..89f281ca72e4 --- /dev/null +++ b/net/gtk+licq/distinfo @@ -0,0 +1 @@ +MD5 (gtk+licq-0.50.1.tar.gz) = c415a3468c0224fdde8bf43bc0a4fa99 diff --git a/net/gtk+licq/files/patch-po::Makefile.in b/net/gtk+licq/files/patch-po::Makefile.in new file mode 100644 index 000000000000..d85f625d56ed --- /dev/null +++ b/net/gtk+licq/files/patch-po::Makefile.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Wed Aug 23 20:00:23 2000 ++++ po/Makefile.in.in Sun Oct 15 11:11:11 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po diff --git a/net/gtk+licq/files/patch-src::options_dialog.cpp b/net/gtk+licq/files/patch-src::options_dialog.cpp new file mode 100644 index 000000000000..b626523243f7 --- /dev/null +++ b/net/gtk+licq/files/patch-src::options_dialog.cpp @@ -0,0 +1,9 @@ +--- src/options_dialog.cpp.orig Sat Jul 1 10:55:29 2000 ++++ src/options_dialog.cpp Tue Sep 19 21:47:10 2000 +@@ -1,5 +1,6 @@ + #include "gtk-gui.h" + ++#include <sys/unistd.h> + #include <sys/time.h> + #include <stdio.h> + #include <sys/types.h> diff --git a/net/gtk+licq/files/patch-src::plugin_dialog.cpp b/net/gtk+licq/files/patch-src::plugin_dialog.cpp new file mode 100644 index 000000000000..5f1f52ab3e53 --- /dev/null +++ b/net/gtk+licq/files/patch-src::plugin_dialog.cpp @@ -0,0 +1,9 @@ +--- src/plugin_dialog.cpp.orig Mon Mar 27 17:59:06 2000 ++++ src/plugin_dialog.cpp Tue Sep 19 21:47:13 2000 +@@ -1,5 +1,6 @@ + #include "gtk-gui.h" + ++#include <sys/unistd.h> + #include <sys/time.h> + #include <stdio.h> + #include <sys/types.h> diff --git a/net/gtk+licq/pkg-comment b/net/gtk+licq/pkg-comment new file mode 100644 index 000000000000..09b3d803a9b0 --- /dev/null +++ b/net/gtk+licq/pkg-comment @@ -0,0 +1 @@ +Gtk+ plugin for licq diff --git a/net/gtk+licq/pkg-descr b/net/gtk+licq/pkg-descr new file mode 100644 index 000000000000..137173d73976 --- /dev/null +++ b/net/gtk+licq/pkg-descr @@ -0,0 +1,3 @@ +A gtk+ gui plugin for the popular icq clone licq. + +WWW: http://gtk.licq.org/ diff --git a/net/gtk+licq/pkg-plist b/net/gtk+licq/pkg-plist new file mode 100644 index 000000000000..679526efbcc0 --- /dev/null +++ b/net/gtk+licq/pkg-plist @@ -0,0 +1,26 @@ +lib/licq/licq_%%GUITYPE%%_gui.a +share/licq/gtk-gui/pixmaps/arrow.xpm +share/licq/gtk-gui/pixmaps/chatBeep.xpm +share/licq/gtk-gui/pixmaps/chatBold.xpm +share/licq/gtk-gui/pixmaps/chatChangeBg.xpm +share/licq/gtk-gui/pixmaps/chatChangeFg.xpm +share/licq/gtk-gui/pixmaps/chatClose.xpm +share/licq/gtk-gui/pixmaps/chatItalic.xpm +share/licq/gtk-gui/pixmaps/chatUnder.xpm +share/licq/gtk-gui/pixmaps/close.xpm +share/licq/gtk-gui/pixmaps/gtklicq-logo.png +share/licq/gtk-gui/pixmaps/history.xpm +share/licq/gtk-gui/pixmaps/info.xpm +share/licq/gtk-gui/pixmaps/logo.xpm +share/licq/gtk-gui/pixmaps/not_secure_on.xpm +share/licq/gtk-gui/pixmaps/reglogo.xpm +share/licq/gtk-gui/pixmaps/search.xpm +share/licq/gtk-gui/pixmaps/secure_off.xpm +share/licq/gtk-gui/pixmaps/secure_on.xpm +share/licq/gtk-gui/pixmaps/sideways_strippeddownlogo.xpm +share/locale/de/LC_MESSAGES/gtk+licq.mo +share/locale/es/LC_MESSAGES/gtk+licq.mo +share/locale/pt/LC_MESSAGES/gtk+licq.mo +share/locale/ru/LC_MESSAGES/gtk+licq.mo +@dirrm share/licq/gtk-gui/pixmaps +@dirrm share/licq/gtk-gui |