View | Details | Raw Unified | Return to bug 26404
Collapse All | Expand All

(-)Makefile (-13 / +18 lines)
Lines 7-39 Link Here
7
7
8
PORTNAME=	gtk+licq
8
PORTNAME=	gtk+licq
9
PORTVERSION=	0.50.1
9
PORTVERSION=	0.50.1
10
PORTREVISION=	1
10
CATEGORIES=	net
11
CATEGORIES=	net
11
MASTER_SITES=	http://gtk.licq.org/download/
12
MASTER_SITES=	http://gtk.licq.org/download/
12
13
13
MAINTAINER=	ishmael27@home.com
14
MAINTAINER=	ishmael27@home.com
14
15
15
BUILD_DEPENDS=	${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq
16
BUILD_DEPENDS=	${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq
17
LIB_DEPENDS=	pspell.4:${PORTSDIR}/textproc/pspell
16
RUN_DEPENDS=	licq:${PORTSDIR}/net/licq
18
RUN_DEPENDS=	licq:${PORTSDIR}/net/licq
17
19
18
USE_GMAKE=	yes
20
USE_GMAKE=	yes
19
USE_GTK=	yes
21
USE_GTK=	yes
20
WANT_GNOME=	yes
22
WANT_GNOME=	yes
21
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
22
USE_AUTOMAKE=	yes
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LIBS="-L${LOCALBASE}/lib"
23
26
24
.if defined(WITHOUT_GNOME)
27
.include <bsd.port.pre.mk>
25
CONFIGURE_ARGS=	--disable-gnome
28
26
GUITYPE=	gtk
29
.if defined(HAVE_GNOME)
30
USE_GNOME=	yes
31
CONFIGURE_ARGS=	--enable-gnome
27
.else
32
.else
28
GUITYPE=	gnome
33
CONFIGURE_ARGS=	--disable-gnome
34
post-patch:
35
	@${PERL5} -pi -e \
36
		's|^SUBDIRS\ =.*|SUBDIRS\ =\ |' ${WRKSRC}/doc/Makefile.in
29
.endif
37
.endif
30
31
PLIST_SUB=	GUITYPE=${GUITYPE}
32
33
CONFIGURE_ENV=	CPPFLAGS=-"I${LOCALBASE}/include" \
34
		LIBS="-L${LOCALBASE}/lib"
35
38
36
post-install:
39
post-configure:
37
	strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.a
40
	@${PERL5} -pi -e \
41
		's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
42
		${WRKSRC}/libtool
38
43
39
.include <bsd.port.mk>
44
.include <bsd.port.post.mk>
(-)pkg-plist (-1 / +25 lines)
Lines 1-4 Link Here
1
lib/licq/licq_%%GUITYPE%%_gui.a
1
%%GNOME:%%lib/licq/licq_gnome_gui.so
2
%%GNOME:%%share/gnome/help/gtk+licq/C/arvancedusage.html
3
%%GNOME:%%share/gnome/help/gtk+licq/C/authors.html
4
%%GNOME:%%share/gnome/help/gtk+licq/C/bugs.html
5
%%GNOME:%%share/gnome/help/gtk+licq/C/docbook.css
6
%%GNOME:%%share/gnome/help/gtk+licq/C/goodstuff.html
7
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_applet.png
8
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_chatwindow.png
9
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_infowindow.png
10
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_mainwindow.png
11
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_optionwindow.png
12
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_regwindow.png
13
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_searchwindow.png
14
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_sendwindow.png
15
%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_viewwindow.png
16
%%GNOME:%%share/gnome/help/gtk+licq/C/index.html
17
%%GNOME:%%share/gnome/help/gtk+licq/C/license.html
18
%%GNOME:%%share/gnome/help/gtk+licq/C/prefs.html
19
%%GNOME:%%share/gnome/help/gtk+licq/C/topic.dat
20
%%GNOME:%%share/gnome/help/gtk+licq/C/usage.html
21
%%NOGNOME:%%lib/licq/licq_gtk_gui.so
2
share/licq/gtk-gui/pixmaps/arrow.xpm
22
share/licq/gtk-gui/pixmaps/arrow.xpm
3
share/licq/gtk-gui/pixmaps/chatBeep.xpm
23
share/licq/gtk-gui/pixmaps/chatBeep.xpm
4
share/licq/gtk-gui/pixmaps/chatBold.xpm
24
share/licq/gtk-gui/pixmaps/chatBold.xpm
Lines 21-26 Link Here
21
share/locale/de/LC_MESSAGES/gtk+licq.mo
41
share/locale/de/LC_MESSAGES/gtk+licq.mo
22
share/locale/es/LC_MESSAGES/gtk+licq.mo
42
share/locale/es/LC_MESSAGES/gtk+licq.mo
23
share/locale/pt/LC_MESSAGES/gtk+licq.mo
43
share/locale/pt/LC_MESSAGES/gtk+licq.mo
44
share/locale/pt_BR/LC_MESSAGES/gtk+licq.mo
24
share/locale/ru/LC_MESSAGES/gtk+licq.mo
45
share/locale/ru/LC_MESSAGES/gtk+licq.mo
46
%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C/images
47
%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C
48
%%GNOME:%%@dirrm share/gnome/help/gtk+licq
25
@dirrm share/licq/gtk-gui/pixmaps
49
@dirrm share/licq/gtk-gui/pixmaps
26
@dirrm share/licq/gtk-gui
50
@dirrm share/licq/gtk-gui
(-)files/patch-src::options_dialog.cpp (-1 / +1 lines)
Lines 3-9 Link Here
3
@@ -1,5 +1,6 @@
3
@@ -1,5 +1,6 @@
4
 #include "gtk-gui.h"
4
 #include "gtk-gui.h"
5
 
5
 
6
+#include <sys/unistd.h>
6
+#include <unistd.h>
7
 #include <sys/time.h>
7
 #include <sys/time.h>
8
 #include <stdio.h>
8
 #include <stdio.h>
9
 #include <sys/types.h>
9
 #include <sys/types.h>
(-)files/patch-src::plugin_dialog.cpp (-1 / +1 lines)
Lines 3-9 Link Here
3
@@ -1,5 +1,6 @@
3
@@ -1,5 +1,6 @@
4
 #include "gtk-gui.h"
4
 #include "gtk-gui.h"
5
 
5
 
6
+#include <sys/unistd.h>
6
+#include <unistd.h>
7
 #include <sys/time.h>
7
 #include <sys/time.h>
8
 #include <stdio.h>
8
 #include <stdio.h>
9
 #include <sys/types.h>
9
 #include <sys/types.h>

Return to bug 26404