24469b6b6b
Changes sinec 0.9.82: - Fixes to make it compile with gcc 3.3 and Tcl/Tk 8.4. - Highlight a window when your nick appears in it. - fix for a bug that causes QuIRC to crash on nicknames longer than 30 characters.
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/03/12 06:07:12 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= quirc-0.9.84
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://quirc.org/
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://quirc.org/
|
|
COMMENT= Stable and powerful graphical IRC client
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../x11/tk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|