20 lines
436 B
Makefile
20 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:15 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= ninja-1.5.8.1
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/
|
|
|
|
MAINTAINER= xtraeme@NetBSD.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"
|