diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-19 17:27:59 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-19 17:27:59 +0800 |
commit | b511a50df2e0bf1226dfcb564fce4d05ef03a19f (patch) | |
tree | 3ec98737d93943f6107986a9f0caec91d6d12f38 /irc/xchat-gnome | |
parent | 88c9dcd1feb49de06363cffde200cc945597b066 (diff) | |
download | freebsd-ports-gnome-b511a50df2e0bf1226dfcb564fce4d05ef03a19f.tar.gz freebsd-ports-gnome-b511a50df2e0bf1226dfcb564fce4d05ef03a19f.tar.zst freebsd-ports-gnome-b511a50df2e0bf1226dfcb564fce4d05ef03a19f.zip |
PR: ports/8718
Submitted by: jim@phrantic.phear.net
Initial Import xchat.
X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit.
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile new file mode 100644 index 000000000000..74ff0e4b846f --- /dev/null +++ b/irc/xchat-gnome/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo new file mode 100644 index 000000000000..cd116af8a7d3 --- /dev/null +++ b/irc/xchat-gnome/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat-gnome/pkg-comment b/irc/xchat-gnome/pkg-comment new file mode 100644 index 000000000000..0db238bba33f --- /dev/null +++ b/irc/xchat-gnome/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat-gnome/pkg-descr b/irc/xchat-gnome/pkg-descr new file mode 100644 index 000000000000..62ce9847ddca --- /dev/null +++ b/irc/xchat-gnome/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist new file mode 100644 index 000000000000..046c6139a715 --- /dev/null +++ b/irc/xchat-gnome/pkg-plist @@ -0,0 +1 @@ +bin/xchat |