summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-08-04 00:52:21 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-08-04 00:52:21 +0000
commit7649d69ae2a75ddcc00806475d7ee06251f7a9ff (patch)
tree778163a0e5bced59b148a17cda6cc5da33db5ca8 /irc
parentUpgrade to Tin prerelease from 980730. (diff)
Upgrade to 0.65.
Update MASTER_SITE and web page. Work whether gtk is in X11BASE or LOCALBASE. Add LIB_DEPENDS for Imlib, to increase functionality. Abort if libc_r does not exist. Vaguely inspired by a submission from: Tugrul Galatali <galatalt@stuy.edu>
Notes
Notes: svn path=/head/; revision=12267
Diffstat (limited to 'irc')
-rw-r--r--irc/yagirc/Makefile15
-rw-r--r--irc/yagirc/distinfo2
-rw-r--r--irc/yagirc/pkg-descr2
3 files changed, 12 insertions, 7 deletions
diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile
index ed934a6ddaf4..2daeab7ca0c5 100644
--- a/irc/yagirc/Makefile
+++ b/irc/yagirc/Makefile
@@ -1,23 +1,28 @@
# New ports collection makefile for: yagirc
-# Version required: 0.64
+# Version required: 0.65
# Date created: 6 July 1998
# Whom: mph
#
-# $Id: Makefile,v 1.1.1.1 1998/07/07 20:35:57 mph Exp $
+# $Id: Makefile,v 1.2 1998/07/30 05:42:09 vanilla Exp $
#
-DISTNAME= yagirc-0.64
+DISTNAME= yagirc-0.65
CATEGORIES= net
-MASTER_SITES= http://www.sicom.fi/~ikioma/
+MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
MAINTAINER= mph@freebsd.org
-LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11/gtk
+LIB_DEPENDS= gtk\\.1\\.\[345\]:${PORTSDIR}/x11/gtk \
+ Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
USE_PERL5= yes
do-configure:
+.if !exists(/usr/lib/libc_r.a)
+ @ ${ECHO_MSG} This port requires the multithreading library libc_r.
+ @ false
+.endif
@ perl -pe "s,@LOCALBASE@,${LOCALBASE},g; s,@X11BASE@,${X11BASE},g; s,@PREFIX@,${PREFIX},g;" ${FILESDIR}/config.h > ${WRKSRC}/config.h
.include <bsd.port.mk>
diff --git a/irc/yagirc/distinfo b/irc/yagirc/distinfo
index 7791c4cb9db9..9ba58de7bf62 100644
--- a/irc/yagirc/distinfo
+++ b/irc/yagirc/distinfo
@@ -1 +1 @@
-MD5 (yagirc-0.64.tar.gz) = ee56382603d1155b27560c8e61d712b3
+MD5 (yagirc-0.65.tar.gz) = 13fdcde8a7762353ecca1b58719f5337
diff --git a/irc/yagirc/pkg-descr b/irc/yagirc/pkg-descr
index 2a5d5a87333c..349bb51eb250 100644
--- a/irc/yagirc/pkg-descr
+++ b/irc/yagirc/pkg-descr
@@ -1,4 +1,4 @@
This IRC client is graphical (based on the Gtk toolkit) and scriptable
using Perl.
-http://www.sicom.fi/~ikioma/yagirc.html
+http://yagirc.home.ml.org/