e3dcb7e454
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.
21 lines
466 B
Makefile
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>
|