openbsd-ports/net/bitchx/Makefile
2000-01-30 06:00:54 +00:00

22 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.11 2000/01/30 06:00:54 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= BitchX-1.0c16
PKGNAME= bitchx-1.0c16
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://bitchx.dimension6.com/pub/BitchX/source/
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>