summaryrefslogtreecommitdiff
path: root/chat/bitchx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r--chat/bitchx/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index ec312dab794..24e2113d0d2 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/12/16 14:02:48 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/08 14:56:16 wiz Exp $
-DISTNAME= ircii-pana-1.0c17
-PKGNAME= bitchx-1.0.3.17nb1
+DISTNAME= ircii-pana-1.0c18
+PKGNAME= bitchx-1.0.3.18
WRKSRC= ${WRKDIR}/BitchX
CATEGORIES= chat
MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/
@@ -9,8 +9,15 @@ MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/
MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://www.bitchx.org/
+DEPENDS+= ncurses>=5.2:../../devel/ncurses
+# not enabled since BitchX dumps core on startup
+#USE_CURSES= yes
+#REPLACE_NCURSES= ${WRKSRC}/bx-conf/ds_cell.c \
+# ${WRKSRC}/bx-conf/ds_cell.h \
+# ${WRKSRC}/bx-conf/file_cpy.c ${WRKSRC}/configure
+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-termcap # forcibly refuse to use ncurses
+#CONFIGURE_ARGS+= --with-tgetent # 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
@@ -28,5 +35,8 @@ post-configure:
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/BitchX.1 ${PREFIX}/man/man1
+ # delete installed bzip2'd man page
+ ${RM} ${PREFIX}/man/man1/BitchX.1.bz2
+ ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.doc ${PREFIX}/share/bx
.include "../../mk/bsd.pkg.mk"