diff options
author | wiz <wiz> | 2001-02-08 14:56:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-08 14:56:16 +0000 |
commit | 996b3112f9e88b3d91a7078394bff5355ba3ae38 (patch) | |
tree | c238ce6549a784fd701224e051bc4c55494d88a6 /chat/bitchx/Makefile | |
parent | 85cfe52a07fe24248839d0343b4ab1065ecca11c (diff) | |
download | pkgsrc-996b3112f9e88b3d91a7078394bff5355ba3ae38.tar.gz |
Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967
by Jared D. McNeill who provided the update.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 18 |
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" |