diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 23:38:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 23:38:00 +0000 |
commit | 7518b4f297f65b9ff358ab11bed6c7026f274f02 (patch) | |
tree | 921671098bcccaa476affc70912b313fd5ba5316 /net/gtk+licq | |
parent | 5c8c63b6d0bb388bebc82f63c049e70da6f37fc3 (diff) | |
download | ports-7518b4f297f65b9ff358ab11bed6c7026f274f02.tar.gz ports-7518b4f297f65b9ff358ab11bed6c7026f274f02.zip |
Notes
Diffstat (limited to 'net/gtk+licq')
-rw-r--r-- | net/gtk+licq/Makefile | 21 | ||||
-rw-r--r-- | net/gtk+licq/distinfo | 2 | ||||
-rw-r--r-- | net/gtk+licq/pkg-plist | 5 |
3 files changed, 14 insertions, 14 deletions
diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile index b7a5f518aaec..86a149b0a00d 100644 --- a/net/gtk+licq/Makefile +++ b/net/gtk+licq/Makefile @@ -6,21 +6,23 @@ # PORTNAME= gtk+licq -PORTVERSION= 0.50.1 -PORTREVISION= 3 +PORTVERSION= 0.51 CATEGORIES= net MASTER_SITES= http://gtk.licq.org/download/ MAINTAINER= roman@xpert.com BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq -LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell +LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell \ + iconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= licq:${PORTSDIR}/net/licq +# It breaks the build for some reason +#USE_LIBTOOL= yes USE_GMAKE= yes USE_GTK= yes WANT_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -28,9 +30,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if defined(HAVE_GNOME) USE_GNOME= yes -CONFIGURE_ARGS= --enable-gnome +CONFIGURE_ARGS+= --enable-gnome .else -CONFIGURE_ARGS= --disable-gnome +CONFIGURE_ARGS+= --disable-gnome .endif post-patch: @@ -42,11 +44,8 @@ post-patch: .if !defined(HAVE_GNOME) @${PERL5} -pi -e \ 's|^SUBDIRS =.*|SUBDIRS =|' ${WRKSRC}/doc/Makefile.in -.endif - -post-configure: @${PERL5} -pi -e \ - 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool + 's|\sinstall-menuDATA||;s|\sinstall-ximianmenuDATA||' ${WRKSRC}/Makefile.in +.endif .include <bsd.port.post.mk> diff --git a/net/gtk+licq/distinfo b/net/gtk+licq/distinfo index 89f281ca72e4..8a96e3fa9980 100644 --- a/net/gtk+licq/distinfo +++ b/net/gtk+licq/distinfo @@ -1 +1 @@ -MD5 (gtk+licq-0.50.1.tar.gz) = c415a3468c0224fdde8bf43bc0a4fa99 +MD5 (gtk+licq-0.51.tar.gz) = be09ec38ef2c5f7b078ff31f81371a38 diff --git a/net/gtk+licq/pkg-plist b/net/gtk+licq/pkg-plist index caf7ceadae99..9e754ef07de9 100644 --- a/net/gtk+licq/pkg-plist +++ b/net/gtk+licq/pkg-plist @@ -1,4 +1,6 @@ +bin/gtklicq %%GNOME:%%lib/licq/licq_gnome_gui.so +%%GNOME:%%lib/licq/licq_gnome_gui.la %%GNOME:%%share/gnome/help/gtk+licq/C/arvancedusage.html %%GNOME:%%share/gnome/help/gtk+licq/C/authors.html %%GNOME:%%share/gnome/help/gtk+licq/C/bugs.html @@ -28,7 +30,6 @@ 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 @@ -39,10 +40,10 @@ 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/pt_BR/LC_MESSAGES/gtk+licq.mo share/locale/ru/LC_MESSAGES/gtk+licq.mo +share/locale/sv/LC_MESSAGES/gtk+licq.mo %%GNOME:%%@dirrm share/gnome/help/gtk+licq/C/images %%GNOME:%%@dirrm share/gnome/help/gtk+licq/C %%GNOME:%%@dirrm share/gnome/help/gtk+licq |