From 94f41aabd32969fb251629ddd5c1672e488744be Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Thu, 19 Nov 1998 09:27:59 +0000 Subject: 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. --- irc/xchat/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 irc/xchat/Makefile (limited to 'irc/xchat/Makefile') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile new file mode 100644 index 000000000000..74ff0e4b846f --- /dev/null +++ b/irc/xchat/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock +# +# $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 -- cgit v1.2.3