mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add gtk+licq 0.50.1, a gtk+ plugin for licq.
PR: 22109 Submitted by: Jeremy Norris <ishmael27@home.com>
This commit is contained in:
parent
bb28655771
commit
1c02f45ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40987
9 changed files with 100 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
||||||
SUBDIR += gopher
|
SUBDIR += gopher
|
||||||
SUBDIR += gq
|
SUBDIR += gq
|
||||||
SUBDIR += gtic
|
SUBDIR += gtic
|
||||||
|
SUBDIR += gtk+licq
|
||||||
SUBDIR += gtk-gnutella
|
SUBDIR += gtk-gnutella
|
||||||
SUBDIR += gtkyahoo
|
SUBDIR += gtkyahoo
|
||||||
SUBDIR += h2n
|
SUBDIR += h2n
|
||||||
|
|
39
net/gtk+licq/Makefile
Normal file
39
net/gtk+licq/Makefile
Normal file
|
@ -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>
|
1
net/gtk+licq/distinfo
Normal file
1
net/gtk+licq/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gtk+licq-0.50.1.tar.gz) = c415a3468c0224fdde8bf43bc0a4fa99
|
11
net/gtk+licq/files/patch-po::Makefile.in
Normal file
11
net/gtk+licq/files/patch-po::Makefile.in
Normal file
|
@ -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
|
9
net/gtk+licq/files/patch-src::options_dialog.cpp
Normal file
9
net/gtk+licq/files/patch-src::options_dialog.cpp
Normal file
|
@ -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>
|
9
net/gtk+licq/files/patch-src::plugin_dialog.cpp
Normal file
9
net/gtk+licq/files/patch-src::plugin_dialog.cpp
Normal file
|
@ -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>
|
1
net/gtk+licq/pkg-comment
Normal file
1
net/gtk+licq/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gtk+ plugin for licq
|
3
net/gtk+licq/pkg-descr
Normal file
3
net/gtk+licq/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A gtk+ gui plugin for the popular icq clone licq.
|
||||||
|
|
||||||
|
WWW: http://gtk.licq.org/
|
26
net/gtk+licq/pkg-plist
Normal file
26
net/gtk+licq/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue