23 lines
559 B
Makefile
23 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.12 2000/01/30 06:49:58 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
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
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>
|