openbsd-ports/net/bitchx/Makefile

21 lines
481 B
Makefile
Raw Normal View History

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