summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 15:31:16 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 15:31:16 +0000
commit3638ee2d00b57682468ca2b4253dfa45e4deeac4 (patch)
tree50e4ec38da757b682b17aca29bf083821ebe14c8 /irc
parentAdd adasockets, an Ada interface to using sockets. (diff)
Add ircatlite, a GTK+ IRC client.
PR: ports/18570 Submitted by: Yoshikazu GOTO <goto@snowy.to>
Notes
Notes: svn path=/head/; revision=31170
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/ircatlite/Makefile41
-rw-r--r--irc/ircatlite/distinfo1
-rw-r--r--irc/ircatlite/pkg-comment1
-rw-r--r--irc/ircatlite/pkg-descr18
-rw-r--r--irc/ircatlite/pkg-plist7
6 files changed, 69 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index c754efbaadc1..2c60d49aa6b5 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -9,6 +9,7 @@
SUBDIR += infobot
SUBDIR += irc
SUBDIR += ircII
+ SUBDIR += ircatlite
SUBDIR += ircd-hybrid
SUBDIR += irssi
SUBDIR += kvirc
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
new file mode 100644
index 000000000000..5bc1b36a61e2
--- /dev/null
+++ b/irc/ircatlite/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: IRcatLite-r20000308
+# Date Created: May 14 2000
+# Whom: Yoshikazu GOTO <goto@snowy.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ircatlite
+PORTVERSION= 2000.03.08
+CATEGORIES= irc
+MASTER_SITES= http://www.pp.iij4u.or.jp/~tagami/gtk/
+DISTNAME= IRcatLite-r20000308
+
+MAINTAINER= goto@snowy.to
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-gtk-config=gtk12-config
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+DOCS= LICENSE INSTALL INSTALL.jp README README.jp
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+.include <bsd.port.pre.mk>
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/IRcatLite
+.for file in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite
+.endfor
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/irc/ircatlite/distinfo b/irc/ircatlite/distinfo
new file mode 100644
index 000000000000..80b6ea0cd383
--- /dev/null
+++ b/irc/ircatlite/distinfo
@@ -0,0 +1 @@
+MD5 (IRcatLite-r20000308.tar.gz) = b38d04b8eb37facd41449d7555e0c26d
diff --git a/irc/ircatlite/pkg-comment b/irc/ircatlite/pkg-comment
new file mode 100644
index 000000000000..e1c92d00c9fe
--- /dev/null
+++ b/irc/ircatlite/pkg-comment
@@ -0,0 +1 @@
+A GTK based 'Internet Relay Chat' Client
diff --git a/irc/ircatlite/pkg-descr b/irc/ircatlite/pkg-descr
new file mode 100644
index 000000000000..dbb2591091c3
--- /dev/null
+++ b/irc/ircatlite/pkg-descr
@@ -0,0 +1,18 @@
+IRcatLite - A GTK based 'Internet Relay Chat' Client
+=======================================================================
+
+Author: Atsushi Tagami
+Email:
+WWW: http://www.pp.iij4u.or.jp/~tagami/gtk/ircat.html
+
+Description (from original "README" file)
+===========
+* This software is IRC client using gtk+.
+
+* The INSTALL file gives detailed instructions how to install IRcatLite.
+
+* The LICENCE file contains the IRcatLite license. IRcatLite is licensed
+ under the "modified" BSD style license.
+
+
+- Yoshikazu GOTO <goto@snowy.to>
diff --git a/irc/ircatlite/pkg-plist b/irc/ircatlite/pkg-plist
new file mode 100644
index 000000000000..5bce509a8faf
--- /dev/null
+++ b/irc/ircatlite/pkg-plist
@@ -0,0 +1,7 @@
+bin/ircat
+share/doc/IRcatLite/LICENSE
+share/doc/IRcatLite/README
+share/doc/IRcatLite/README.jp
+share/doc/IRcatLite/INSTALL
+share/doc/IRcatLite/INSTALL.jp
+@dirrm share/doc/IRcatLite