summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-14 12:55:56 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-14 12:55:56 +0000
commitf605fec2dbee8bc952241c1efb77b14fab314a12 (patch)
tree2ac7a0c732963ecca7c542877ebd1c2f939136e3 /chat
parent195c6c95e52f95c0427411eff46b821b0e62064c (diff)
downloadpkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz
Mark as destdir ready.
Diffstat (limited to 'chat')
-rw-r--r--chat/gtmess/Makefile4
-rw-r--r--chat/icqlib/Makefile4
-rw-r--r--chat/kadu/Makefile4
-rw-r--r--chat/libirc/Makefile4
-rw-r--r--chat/libotr/Makefile4
-rw-r--r--chat/licq-core/Makefile4
-rw-r--r--chat/licq-gui-console/Makefile4
-rw-r--r--chat/licq-gui-qt/Makefile4
-rw-r--r--chat/loudmouth/Makefile4
-rw-r--r--chat/meanwhile/Makefile4
-rw-r--r--chat/msnre/Makefile7
-rw-r--r--chat/naim/Makefile4
-rw-r--r--chat/navi2ch/Makefile4
-rw-r--r--chat/xchat-python/Makefile4
-rw-r--r--chat/ysm/Makefile4
15 files changed, 46 insertions, 17 deletions
diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile
index b557de5982f..980fbfd9e26 100644
--- a/chat/gtmess/Makefile
+++ b/chat/gtmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:24 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= gtmess-0.91
@@ -10,6 +10,8 @@ MAINTAINER= luapzz@gmail.com
HOMEPAGE= http://gtmess.sourceforge.net/
COMMENT= Console-based MSN Messenger client
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= tk-[0-9]*:../../x11/tk
USE_DIRS+= xdg-1.1
diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile
index 5429cf8bb60..f6e4868d0f1 100644
--- a/chat/icqlib/Makefile
+++ b/chat/icqlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/09/06 15:38:32 tron Exp $
+# $NetBSD: Makefile,v 1.14 2008/07/14 12:55:59 joerg Exp $
DISTNAME= icqlib-1.0.0
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kicq.sourceforge.net/icqlib.shtml
COMMENT= Implementation of the icq protocol
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile
index 9daf9bada30..e211fb685db 100644
--- a/chat/kadu/Makefile
+++ b/chat/kadu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/01/18 05:06:25 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2008/07/14 12:55:59 joerg Exp $
DISTNAME= kadu-0.5.0
PKGREVISION= 1
@@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.kadu.net/
COMMENT= Chat client for Gadu-Gadu network (Poland)
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/kadu
USE_DIRS+= xdg-1.2
USE_LANGUAGES= c c++
diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile
index 94b47ee24b4..f0d7fb5c8a9 100644
--- a/chat/libirc/Makefile
+++ b/chat/libirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:03 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= libirc-0.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://www.cs.kau.se/~jorgen/software/
COMMENT= C library for the IRC protocol
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index 84f097278b0..36c26690ba7 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/17 13:58:08 gdt Exp $
+# $NetBSD: Makefile,v 1.9 2008/07/14 12:55:59 joerg Exp $
VERSION= 3.2.0
DISTNAME= libotr-${VERSION}
@@ -10,6 +10,8 @@ MAINTAINER= nathanw@NetBSD.org
HOMEPAGE= http://www.cypherpunks.ca/otr/
COMMENT= Library for Off-The-Record encrypted messaging
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pic
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile
index 7527b5e4765..95d70db6ead 100644
--- a/chat/licq-core/Makefile
+++ b/chat/licq-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/05/11 04:12:34 tonnerre Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= licq-1.3.5
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.licq.org/
COMMENT= ICQ client with plugin support
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
index 53a88ba89f6..075298e4d5c 100644
--- a/chat/licq-gui-console/Makefile
+++ b/chat/licq-gui-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/12/22 23:22:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.21 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= licq-1.3.5
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.licq.org/
COMMENT= Curses GUI for licq
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= licq-core-[0-9]*:../../chat/licq-core
DISTINFO_FILE= ${.CURDIR}/../../chat/licq-core/distinfo
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile
index 1f0f7dc8314..78973d96195 100644
--- a/chat/licq-gui-qt/Makefile
+++ b/chat/licq-gui-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/12/29 20:19:34 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= licq-1.3.5
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.licq.org/
COMMENT= Qt GUI for licq
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILDLINK_API_DEPENDS.qt3-libs?= qt3-libs>=3.0
DEPENDS+= licq-core-[0-9]*:../../chat/licq-core
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index 4e1068b2e92..2285e651be5 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/03/06 14:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2008/07/14 12:55:59 joerg Exp $
DISTNAME= loudmouth-1.2.3
PKGREVISION= 1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://loudmouth.imendio.org/
COMMENT= Lightweight Jabber client library
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile
index 7a1bbf3b855..9f097a3c13a 100644
--- a/chat/meanwhile/Makefile
+++ b/chat/meanwhile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/09/02 11:16:53 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:59 joerg Exp $
#
DISTNAME= meanwhile-1.0.2
@@ -9,6 +9,8 @@ MAINTAINER= dan@NetBSD.org
HOMEPAGE= http://meanwhile.sourceforge.net/
COMMENT= Lotus SameTime compatible chat protocol
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
diff --git a/chat/msnre/Makefile b/chat/msnre/Makefile
index 8e4058486d7..3c6883e57b0 100644
--- a/chat/msnre/Makefile
+++ b/chat/msnre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:04 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:00 joerg Exp $
#
DISTNAME= msnre-0.91
@@ -10,11 +10,12 @@ MAINTAINER= luapzz@gmail.com
HOMEPAGE= http://msnre.sourceforge.net/
COMMENT= Console-based MSN Instant Messenger clone
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Curses-[0-9]*:../../devel/p5-Curses
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/msnre/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index b3cf7e2c3a6..41cc77df3ff 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2008/04/23 21:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2008/07/14 12:56:00 joerg Exp $
DISTNAME= naim-0.11.8.3.1
CATEGORIES= chat
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://naim.n.ml.org/about
COMMENT= Ncurses-based AIM, ICQ, IRC, and Lily client
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_LIBTOOL= yes
diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile
index 8de20a89327..ab9db7502e4 100644
--- a/chat/navi2ch/Makefile
+++ b/chat/navi2ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/10/29 04:37:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.21 2008/07/14 12:56:00 joerg Exp $
DISTNAME= navi2ch-cvs_0.0.20070423-1
PKGNAME= ${EMACS_PKGNAME_PREFIX}navi2ch-1.7.5.99.20070423
@@ -10,6 +10,8 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://navi2ch.sourceforge.net/
COMMENT= 2ch BBS browser for Emacs
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/${DISTNAME:C/cvs_0\.0\./cvs-/:C/-1$//}
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
index 21180360480..ce0092d5b98 100644
--- a/chat/xchat-python/Makefile
+++ b/chat/xchat-python/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/05/25 20:49:39 tron Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:00 joerg Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../chat/xchat/Makefile.common"
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile
index 95cc7cd48d3..1745a3c7bc7 100644
--- a/chat/ysm/Makefile
+++ b/chat/ysm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:06 tv Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:00 joerg Exp $
DISTNAME= ysmv7_2_8_1
PKGNAME= ysm-2.8.1
@@ -11,6 +11,8 @@ MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://ysmv7.sourceforge.net/
COMMENT= The 'You Sick Me' terminal based ICQ client
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
.include "../../mk/pthread.buildlink3.mk"