openbsd-ports/net/bitchx/Makefile

22 lines
532 B
Makefile
Raw Normal View History

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