View | Details | Raw Unified | Return to bug 205371
Collapse All | Expand All

(-)quirc/Makefile (-7 / +6 lines)
Lines 3-20 Link Here
3
3
4
PORTNAME=	quirc
4
PORTNAME=	quirc
5
PORTVERSION=	0.9.84
5
PORTVERSION=	0.9.84
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	irc tk
7
CATEGORIES=	irc tk
8
MASTER_SITES=	LOCAL:local # This ends up being empty.
8
MASTER_SITES=	http://BSDforge.com/projects/source/irc/quirc/ \
9
		http://bsd6.BSDforge.com/projects/source/irc/quirc/
9
10
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	portmaster@BSDforge.com
11
COMMENT=	Tcl/Tk IRC client for the X Window System
12
COMMENT=	Tcl/Tk IRC client for the X Window System
12
13
14
LICENSE=	GPLv2
15
13
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
14
17
15
BROKEN=		Unfetchable
16
DEPRECATED=	Broken for more than 6 months
17
EXPIRATION_DATE=	2015-12-30
18
USES=		tk
18
USES=		tk
19
USE_XORG=	xt
19
USE_XORG=	xt
20
20
Lines 26-32 Link Here
26
		doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
26
		doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
27
PORTDOCS=	*
27
PORTDOCS=	*
28
28
29
30
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
31
30
32
CONFIGURE_ARGS=	--with-wish=${WISH} \
31
CONFIGURE_ARGS=	--with-wish=${WISH} \
(-)quirc/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
An IRC client for the X Window System that uses TCL/TK.  It boasts 
1
An IRC client for the X Window System that uses TCL/TK. It boasts 
2
many advanced scripting facilities and a clean interface.
2
many advanced scripting facilities and a clean interface.
3
3
4
WWW: http://quirc.sourceforge.net/
4
WWW: http://BSDforge.com/projects/irc/quirc/

Return to bug 205371