pkgsrc/chat/quirc/Makefile
minskim 24469b6b6b Update quirc to 0.9.84 and bl3ify. Switch to Tcl/Tk 8.4.
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.
2004-03-12 06:07:12 +00:00

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"