summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-16 16:00:24 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-16 16:00:24 +0000
commit9cc135712371800a1a1db0617b292463ef09ba53 (patch)
tree34e16db694dd6f6d2e1bbb9842ae1e15982649e1 /chat/xchat2
parentdc1a59cda1bed3092174df34c45e67a8ea4fda40 (diff)
downloadpkgsrc-9cc135712371800a1a1db0617b292463ef09ba53.tar.gz
Initial import of xchat2, version 2.0.0.
XChat is a graphical IRC client that runs on UNIX-like systems. It uses the GTK 2 library as its graphics toolkit. Based on the package provided in PR pkg/20298 by Juan RP.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/DESCR2
-rw-r--r--chat/xchat2/Makefile56
-rw-r--r--chat/xchat2/PLIST20
-rw-r--r--chat/xchat2/distinfo4
4 files changed, 82 insertions, 0 deletions
diff --git a/chat/xchat2/DESCR b/chat/xchat2/DESCR
new file mode 100644
index 00000000000..e47d8deeedb
--- /dev/null
+++ b/chat/xchat2/DESCR
@@ -0,0 +1,2 @@
+XChat is a graphical IRC client that runs on UNIX-like systems.
+It uses the GTK 2 library as its graphics toolkit.
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
new file mode 100644
index 00000000000..0a9b8cfd3ca
--- /dev/null
+++ b/chat/xchat2/Makefile
@@ -0,0 +1,56 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $
+#
+
+DISTNAME= xchat-2.0.0
+CATEGORIES= chat gnome
+MASTER_SITES= http://www.xchat.org/files/source/2.0/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.xchat.org/
+COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
+
+BUILD_USES_MSGFMT= YES
+DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ARGS+= --enable-tcl=no
+CONFIGURE_ARGS+= --enable-xft
+CONFIGURE_ARGS+= --disable-perl
+CONFIGURE_ARGS+= --disable-python
+
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= USE_INET6 USE_SOCKS XCHAT_USE_SSL
+
+# IPv6 support
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
+# Socks support
+.if defined(USE_SOCKS) && !empty(USE_SOCKS:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-socks
+.endif
+
+# SSL support
+.if defined(XCHAT_USE_SSL) && !empty(XCHAT_USE_SSL:M[Yy][Ee][Ss])
+. include "../../security/openssl/buildlink2.mk"
+CONFIGURE_ARGS+= --enable-openssl=${SSLBASE}
+.endif
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST
new file mode 100644
index 00000000000..b776d306cab
--- /dev/null
+++ b/chat/xchat2/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $
+bin/xchat
+bin/xchat-text
+share/applications/xchat.desktop
+${PKGLOCALEDIR}/locale/am/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo
+share/pixmaps/xchat.png
+@comment in gnome2-dirs: @dirrm share/applications
+@exec ${MKDIR} %D/lib/xchat/plugins
+@dirrm lib/xchat/plugins
diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo
new file mode 100644
index 00000000000..dd60853090a
--- /dev/null
+++ b/chat/xchat2/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $
+
+SHA1 (xchat-2.0.0.tar.bz2) = 5f5b21b99f1e906f554675bb57f42dd54d9fa310
+Size (xchat-2.0.0.tar.bz2) = 703788 bytes