diff options
author | nbm <nbm@FreeBSD.org> | 2000-07-31 15:31:16 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-07-31 15:31:16 +0000 |
commit | c421b07d3d414ef2777cf8b7891bad8197f1938f (patch) | |
tree | 81bb87138195d2926ccbef749ae2fc331b1f77df /irc | |
parent | 00cb2a49605ef5fe3152e1896aa681985dc7dee4 (diff) | |
download | FreeBSD-ports-c421b07d3d414ef2777cf8b7891bad8197f1938f.zip FreeBSD-ports-c421b07d3d414ef2777cf8b7891bad8197f1938f.tar.gz |
Add ircatlite, a GTK+ IRC client.
PR: ports/18570
Submitted by: Yoshikazu GOTO <goto@snowy.to>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ircatlite/Makefile | 41 | ||||
-rw-r--r-- | irc/ircatlite/distinfo | 1 | ||||
-rw-r--r-- | irc/ircatlite/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ircatlite/pkg-descr | 18 | ||||
-rw-r--r-- | irc/ircatlite/pkg-plist | 7 |
6 files changed, 69 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index c754efb..2c60d49 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 0000000..5bc1b36 --- /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 0000000..80b6ea0 --- /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 0000000..e1c92d0 --- /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 0000000..dbb2591 --- /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 0000000..5bce509 --- /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 |