mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add ircatlite, a GTK+ IRC client.
PR: ports/18570 Submitted by: Yoshikazu GOTO <goto@snowy.to>
This commit is contained in:
parent
d471139c17
commit
3638ee2d00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31170
@ -9,6 +9,7 @@
|
||||
SUBDIR += infobot
|
||||
SUBDIR += irc
|
||||
SUBDIR += ircII
|
||||
SUBDIR += ircatlite
|
||||
SUBDIR += ircd-hybrid
|
||||
SUBDIR += irssi
|
||||
SUBDIR += kvirc
|
||||
|
41
irc/ircatlite/Makefile
Normal file
41
irc/ircatlite/Makefile
Normal file
@ -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>
|
1
irc/ircatlite/distinfo
Normal file
1
irc/ircatlite/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IRcatLite-r20000308.tar.gz) = b38d04b8eb37facd41449d7555e0c26d
|
1
irc/ircatlite/pkg-comment
Normal file
1
irc/ircatlite/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK based 'Internet Relay Chat' Client
|
18
irc/ircatlite/pkg-descr
Normal file
18
irc/ircatlite/pkg-descr
Normal file
@ -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>
|
7
irc/ircatlite/pkg-plist
Normal file
7
irc/ircatlite/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user