summaryrefslogtreecommitdiff
path: root/chat/psi/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2002-08-04 16:52:45 +0000
committerjdolecek <jdolecek@pkgsrc.org>2002-08-04 16:52:45 +0000
commit6fe5db82545eb3a92fa3d359471b912f41291ca2 (patch)
tree966e632b83b9a43e916b8ea6e55946edfb267ae4 /chat/psi/Makefile
parent627e144c341b29257c0ba19249fde87c715d79ae (diff)
downloadpkgsrc-6fe5db82545eb3a92fa3d359471b912f41291ca2.tar.gz
PSI 0.8.6 - advanced graphical Jabber instant messaging client
Jabber is an open, XML based Instant Messaging system that seeks to be the standard IM network. It is a distributed system, created from the ground up, not relying upon central servers. Thus, anyone can run a server, and they are all interoperable. For assistance with migrating users to Jabber, many servers feature transports for interoperating with other IM systems. Features: * Message (ICQ-style) and Chat (AIM-style) modes * Drag and drop to send to multiple contacts * Full Unicode support * Secure connections * Saving contact list locally, and server sync on login * Icon Themes * Agent registration and searching * Retrieving and updating User Info * Sound support for incoming events * Auto-away after a configurable amount of time * Tray/dock icon for KDE/GNOME environments * Language plugins
Diffstat (limited to 'chat/psi/Makefile')
-rw-r--r--chat/psi/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
new file mode 100644
index 00000000000..d8f8f1121db
--- /dev/null
+++ b/chat/psi/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/04 16:52:45 jdolecek Exp $
+
+DISTNAME= psi-0.8.6
+CATEGORIES= chat
+MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/psi/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jdolecek@netbsd.org
+HOMEPAGE= http://psi.affinix.com/
+COMMENT= PSI Jabber Client
+
+USE_GMAKE= yes
+USE_X11BASE= yes
+
+post-patch:
+ cd ${WRKSRC}/src && ${SED} -e 's^@PREFIX@^"${PREFIX}"^' common.cpp > common.cpp.new && ${MV} -f common.cpp.new common.cpp
+
+do-build:
+ cd ${WRKSRC}/src && [ -f Makefile -a Makefile -nt psi.pro ] || QTDIR='${REAL_QTDIR}' ${REAL_QTDIR}/bin/qmake psi.pro
+ cd ${WRKSRC}/src && QTDIR="${REAL_QTDIR}" gmake
+
+
+do-install:
+ cd ${WRKSRC} && PREFIX="${PREFIX}" ./install.sh
+
+BUILDLINK_DEPENDS_METHOD.qt3-tools= build
+# need qt3 3.0.4nb2, for qmake
+BUILDLINK_DEPENDS.qt3-tools= qt3-tools>=3.0.4nb2
+
+.include "../../x11/qt3-libs/buildlink.mk"
+.include "../../x11/qt3-tools/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"