summaryrefslogtreecommitdiff
path: root/chat/gaim/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-04-11 15:41:37 +0000
committerjmmv <jmmv@pkgsrc.org>2003-04-11 15:41:37 +0000
commit50bcae0ea6ae9cef65010333eb43d670ec72a25e (patch)
tree89eaa3e3dcca4fb712892c99c15553416108a4b8 /chat/gaim/Makefile.common
parent65609a791aa9072675fe8bf2f3f39f14ef63840b (diff)
downloadpkgsrc-50bcae0ea6ae9cef65010333eb43d670ec72a25e.tar.gz
Update gaim to 0.61, based on the package provided by mjl@luckie.org.nz in
pkgsrc-wip. This new version includes lots of changes since 0.59.x, but maybe the most important is the switch to GTK v2.
Diffstat (limited to 'chat/gaim/Makefile.common')
-rw-r--r--chat/gaim/Makefile.common51
1 files changed, 0 insertions, 51 deletions
diff --git a/chat/gaim/Makefile.common b/chat/gaim/Makefile.common
deleted file mode 100644
index c4bb184f748..00000000000
--- a/chat/gaim/Makefile.common
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile.common,v 1.12 2003/02/05 05:06:33 jlam Exp $
-#
-
-DISTNAME= gaim-0.59.8
-PKGREVISION= 2
-CATEGORIES= chat x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \
- ftp://ftp.marko.net/pub/gaim/
-
-MAINTAINER= rafal@netbsd.org
-HOMEPAGE= http://gaim.sourceforge.net/
-COMMENT= GTK+-based client for AOL's Instant Messenger chat system
-
-DISTINFO_FILE= ${.CURDIR}/../gaim/distinfo
-FILESDIR= ${.CURDIR}/../gaim/files
-PATCHDIR= ${.CURDIR}/../gaim/patches
-PKGDIR= ${.CURDIR}/../gaim
-PLIST_SRC= ${.CURDIR}/../gaim/PLIST.common
-
-DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
-
-USE_GMAKE= YES
-USE_X11BASE= YES
-USE_PKGLOCALEDIR= YES
-
-USE_LIBTOOL= YES
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-artsc
-CONFIGURE_ARGS+= --disable-nas
-CONFIGURE_ARGS+= --disable-perl
-CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv}
-
-CONFIGURE_ARGS+= --enable-esd
-CONFIGURE_ARGS+= --enable-perl
-CONFIGURE_ARGS+= --enable-pixbuf
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !exists(${X11BASE}/include/X11/extensions/scrnsaver.h)
-CONFIGURE_ARGS+= --disable-screensaver
-.endif
-
-# Newer versions of gaim use gettext checks that gettext-lib/buildlink2.mk
-# can't currently handle.
-#
-CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ENV+= gt_cv_func_gnugettext1_libc=yes
-
-.include "../../converters/libiconv/buildlink2.mk"