summaryrefslogtreecommitdiff
path: root/chat/naim/Makefile
blob: bc8bd5fd6027495f194e130e8e263f3aba771891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.19 2003/07/17 21:26:05 grant Exp $
#

DISTNAME=	naim-0.11.5.9
PKGREVISION=	1
CATEGORIES=	chat
MASTER_SITES=	http://shell.n.ml.org/n/naim/

MAINTAINER=	wiz@NetBSD.org
HOMEPAGE=	http://site.rpi-acm.org/info/naim/
COMMENT=	ncurses-based AIM/IRC client

GNU_CONFIGURE=	YES

USE_BUILDLINK2=		YES
USE_LIBTOOL=		YES
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
USE_NCURSES=		# assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"

.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"