diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 15:31:16 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 15:31:16 +0000 |
commit | 3638ee2d00b57682468ca2b4253dfa45e4deeac4 (patch) | |
tree | 50e4ec38da757b682b17aca29bf083821ebe14c8 /irc/ircatlite | |
parent | d471139c17c6479a66fe84c37bf046d3fcfc393e (diff) | |
download | ports-3638ee2d00b57682468ca2b4253dfa45e4deeac4.tar.gz ports-3638ee2d00b57682468ca2b4253dfa45e4deeac4.zip |
Notes
Diffstat (limited to 'irc/ircatlite')
-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 |
5 files changed, 68 insertions, 0 deletions
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 |