# $NetBSD: Makefile,v 1.2 2000/12/16 14:02:48 wiz Exp $ DISTNAME= ircii-pana-1.0c17 PKGNAME= bitchx-1.0.3.17nb1 WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-termcap # forcibly refuse to use ncurses # We don't need the CVS files, and if we don't delete them, they get # installed later on; ignore error code, since we delete the directories # before find can descend into them. post-extract: -${FIND} ${WRKDIR}/BitchX/bitchx-docs -type d -name CVS \ -exec ${RM} -r {} \; 2> /dev/null # The WANT_NOTIFY_BITCHX_COM message after configure is misleading, we # disable this by default. post-configure: @${ECHO} @${ECHO} ===== WANT_NOTIFY_BITCHX_COM is disabled by default ===== @${ECHO} post-install: ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk"