openbsd-ports/net/bitchx/Makefile
brad e3dcb7e454 upgrade to BitchX 1.0c11, suggested that anyone having core dumps or weird
problems with negative numbers etc. upgrade to this version. I've also
made it so the port installs all the help, script and translation files.
1999-12-06 17:24:18 +00:00

21 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.9 1999/12/06 17:24:18 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= BitchX-1.0c11
PKGNAME= bitchx-1.0c11
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/
MAINTAINER= brad@openbsd.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/BitchX
post-install:
@find ${PREFIX}/share/bitchx/help -name 'CVS' -print | xargs rm -rf
@chown -R root.wheel ${PREFIX}/share/bitchx
.include <bsd.port.mk>