summaryrefslogtreecommitdiff
path: root/irc/yagirc/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-07-07 20:36:01 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-07-07 20:36:01 +0000
commit6c9d2bd51f8692f046678159097031d27016835a (patch)
tree589dd8827392e72cd94600c5c7bf696e5c257e20 /irc/yagirc/Makefile
parentAdd two sites for retrieving, remove ftp.netlib.org (diff)
Import of yagirc 0.64, an IRC client with a Gtk interface and
a Perl scripting interface.
Notes
Notes: svn path=/head/; revision=11783
Diffstat (limited to 'irc/yagirc/Makefile')
-rw-r--r--irc/yagirc/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile
new file mode 100644
index 000000000000..00d7084de3d7
--- /dev/null
+++ b/irc/yagirc/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: yagirc
+# Version required: 0.64
+# Date created: 6 July 1998
+# Whom: mph
+#
+# $Id$
+#
+
+DISTNAME= yagirc-0.64
+CATEGORIES= net
+MASTER_SITES= http://www.sicom.fi/~ikioma/
+
+MAINTAINER= mph@freebsd.org
+
+LIB_DEPENDS= gtk\\.1\\.4:${PORTSDIR}/x11/gtk
+
+USE_GMAKE= yes
+USE_PERL5= yes
+
+do-configure:
+ @ perl -pe "s,@LOCALBASE@,${LOCALBASE},g; s,@X11BASE@,${X11BASE},g; s,@PREFIX@,${PREFIX},g;" ${FILESDIR}/config.h > ${WRKSRC}/config.h
+
+.include <bsd.port.mk>