pkgsrc/chat/ninja/Makefile

22 lines
443 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:05 tv Exp $
#
DISTNAME= ninja-1.5.8.1
CATEGORIES= chat
MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ninja.qoop.org/
2003-08-12 15:38:54 +02:00
COMMENT= Another IRC client based on ircII
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../mk/bsd.pkg.mk"