summaryrefslogtreecommitdiff
path: root/chat/ninja/Makefile
blob: 7b7e6f88c67c9dd647fa71de83af631be8e87c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2003/04/25 20:42:13 jmmv Exp $
#

DISTNAME=	ninja-1.5.8.1
CATEGORIES=	chat
MASTER_SITES=	ftp://ninja.qoop.org/ninja/sources/

MAINTAINER=	jrp@hispabsd.org
HOMEPAGE=	http://ninja.qoop.org/
COMMENT=	Another irc client based on ircII

USE_BUILDLINK2=	YES
GNU_CONFIGURE=	YES
USE_GMAKE=	YES

.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+=	--enable-ipv6
.endif

.include "../../mk/bsd.pkg.mk"