summaryrefslogtreecommitdiff
path: root/irc/xchat/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 09:27:59 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 09:27:59 +0000
commit94f41aabd32969fb251629ddd5c1672e488744be (patch)
tree299e2711e30c975d7a355aa822f4a5153f939a64 /irc/xchat/Makefile
parentUpdate to version 3.11.6. (diff)
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.
Notes
Notes: svn path=/head/; revision=14679
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r--irc/xchat/Makefile21
1 files changed, 21 insertions, 0 deletions
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 <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>