summaryrefslogtreecommitdiff
path: root/net/bitchx/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-15 23:16:34 +0000
committerwiz <wiz@pkgsrc.org>2000-12-15 23:16:34 +0000
commitfc32f48c023fa5f0304d143548090c2d6802b9f0 (patch)
tree8f9ec813565306d793d4084dbea4f245d4e67be1 /net/bitchx/Makefile
parentc163ced9d916ef93df289ceda1aac0c7d9efbbe9 (diff)
downloadpkgsrc-fc32f48c023fa5f0304d143548090c2d6802b9f0.tar.gz
Move bitchx from net to chat.
Diffstat (limited to 'net/bitchx/Makefile')
-rw-r--r--net/bitchx/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/bitchx/Makefile b/net/bitchx/Makefile
deleted file mode 100644
index f47a394082f..00000000000
--- a/net/bitchx/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2000/11/29 19:13:36 wiz Exp $
-
-DISTNAME= ircii-pana-1.0c17
-PKGNAME= bitchx-1.0.3.17
-WRKSRC= ${WRKDIR}/BitchX
-CATEGORIES= net
-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
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.1 ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.mk"